自动化立体仓库 - WMS系统
whycq
2022-12-05 0d549f0bb889983d2c6ab569a1304ac0c3fba6f6
src/main/resources/mapper/ViewWorkInMapper.xml
@@ -11,6 +11,9 @@
      <if test="matnr!=null and matnr!='' ">
         and matnr like '%' + #{matnr} + '%'
      </if>
      <if test="batch!=null and batch!='' ">
         and batch like '%' + #{batch} + '%'
      </if>
      <if test="maktx!=null and maktx!='' ">
         and (maktx like '%' + #{maktx} + '%'
         or matnr like '%' + #{maktx} + '%'