自动化立体仓库 - WMS系统
#
LSH
2023-06-03 d382ffad92c48f6a96bb7d5e1fd733b90c9ca137
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} + '%'