Browse Source

buDesc

java8
han\hanst 2 months ago
parent
commit
077bf7e980
  1. 3
      src/main/resources/mapper/part/BomSearch3Mapper.xml

3
src/main/resources/mapper/part/BomSearch3Mapper.xml

@ -41,6 +41,9 @@
<if test="query.buNo != null and query.buNo != ''">
AND a.bu_no = #{query.buNo}
</if>
<if test="query.buDesc != null and query.buDesc != ''">
AND dbo.get_bu_desc (a.site, a.bu_no) = #{query.buDesc}
</if>
<if test = "query.partNo != null and query.partNo != ''">
AND a.part_no like '%' + #{query.partNo} + '%'
</if>

Loading…
Cancel
Save