| | |
| | | <if test="weekCycle != null">week_cycle = #{weekCycle},</if> |
| | | <if test="mainPartNumber != null">main_part_number = #{mainPartNumber},</if> |
| | | <if test="mainPartDrawingNumber != null">main_part_drawing_number = #{mainPartDrawingNumber},</if> |
| | | <if test="customer != null">customer = #{customer},</if> |
| | | <if test="businessType != null">business_type = #{businessType},</if> |
| | | <if test="documentNumber != null">document_number = #{documentNumber},</if> |
| | | <if test="customer != null and customer != ''"> and customer like '%' || #{customer} || '%' </if> |
| | | <if test="businessType != null and businessType != ''"> and business_type = #{businessType}</if> |
| | | <if test="documentNumber != null and documentNumber != ''"> and document_number like '%' || #{documentNumber} || '%'</if> |
| | | <if test="requirementType != null">requirement_type = #{requirementType},</if> |
| | | <if test="documentStatus != null">document_status = #{documentStatus},</if> |
| | | <if test="itemNumber != null">item_number = #{itemNumber},</if> |