@ -521,6 +521,11 @@
<if test="query.partDesc != null and query.partDesc != ''">
and part_desc like #{query.partDesc}
</if>
<if test="query.proofingNo != null and query.proofingNo != ''">
<![CDATA[
AND proofing_no like #{query.proofingNo}
]]>
<if test="query.customerNo != null and query.customerNo != ''">
and customer_no like #{query.customerNo}