Browse Source

打样单号

master
han\hanst 1 month ago
parent
commit
dbe6882dd6
  1. 5
      src/main/resources/mapper/pms/ProofingInformationMapper.xml

5
src/main/resources/mapper/pms/ProofingInformationMapper.xml

@ -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>

Loading…
Cancel
Save