| | |
| | | <if test="mainPartDrawingNumber != null and mainPartDrawingNumber != ''"> and main_part_drawing_number = #{mainPartDrawingNumber}</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 and requirementType != ''"> and requirement_type = #{requirementType}</if> |
| | | <if test="documentNumber != null and documentNumber != ''"> and document_number like '%' || #{documentNumber} || '%'</if> <if test="requirementType != null and requirementType != ''"> and requirement_type = #{requirementType}</if> |
| | | <if test="documentStatus != null and documentStatus != ''"> and document_status = #{documentStatus}</if> |
| | | <if test="itemNumber != null and itemNumber != ''"> and item_number = #{itemNumber}</if> |
| | | <if test="drawingNo != null and drawingNo != ''"> and drawing_no = #{drawingNo}</if> |