自动化立体仓库 - WMS系统
#1
czkh
2026-02-11 7883345f1eb514fcdd2dba26aa85741bbf2fb90b
src/main/resources/mapper/ViewWorkInMapper.xml
@@ -48,6 +48,9 @@
      <if test="specs != null and specs != ''">
         and specs like concat('%',#{specs},'%')
      </if>
      <if test="color != null and color != ''">
         and color like concat('%',#{color},'%')
      </if>
   <if test="outOrderNo != null and outOrderNo != ''">
      and out_order_no like concat('%',#{outOrderNo},'%')
   </if>