自动化立体仓库 - WMS系统
#
whycq
2023-03-27 38a872daa5c9f9571cc7672313a4ef165857cf60
src/main/resources/mapper/ViewWorkInMapper.xml
@@ -11,6 +11,9 @@
      <if test="matnr!=null and matnr!='' ">
         and matnr like '%' + #{matnr} + '%'
      </if>
      <if test="specs!=null and specs!='' ">
         and specs like '%' + #{specs} + '%'
      </if>
      <if test="maktx!=null and maktx!='' ">
         and (maktx like '%' + #{maktx} + '%'
         or matnr like '%' + #{maktx} + '%'