自动化立体仓库 - WMS系统
zc
2024-07-29 6ec9e19c91c93204a8f5b7190fb6f54a204e7ff7
src/main/resources/mapper/ViewWorkInMapper.xml
@@ -48,6 +48,12 @@
      <if test="specs != null and specs != ''">
         and specs like concat('%',#{specs},'%')
      </if>
   <if test="outOrderNo != null and outOrderNo != ''">
      and out_order_no like concat('%',#{outOrderNo},'%')
   </if>
   <if test="sPgNO != null and sPgNO != ''">
      and pg_no like concat('%',#{sPgNO},'%')
   </if>
</sql>
<sql id="viewWorkOutConditionSql">