自动化立体仓库 - WMS系统
18516761980
2022-11-23 263c01f1ff1328fa8d4a241a9ec41b08e5f0cc1d
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} + '%'