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