常熟吴彦祖 1 month ago
parent
commit
65b0a4e7d5
  1. 2
      src/main/resources/mapper/warehouse/HandlingUnitSpecialMapper.xml

2
src/main/resources/mapper/warehouse/HandlingUnitSpecialMapper.xml

@ -67,7 +67,7 @@
AND h.unit_id LIKE '%' + #{query.unitId} + '%'
</if>
<if test="query.partNo != null and query.partNo != ''">
AND h.part_no LIKE '%' + #{query.partNo} + '%'
AND h.part_no = #{query.partNo}
</if>
<if test="query.batchNo != null and query.batchNo != ''">
AND h.batch_no LIKE '%' + #{query.batchNo} + '%'

Loading…
Cancel
Save