自动化立体仓库 - WMS系统
pjb
2025-07-22 263ad893c75a6ddb46a3724ba702ebf29891b939
src/main/resources/mapper/ViewWorkInMapper.xml
@@ -6,10 +6,10 @@
<!-- mapper不支持sql语句嵌套时,采用sql片段包含方式,解决xml标签问题 -->
<sql id="viewWorkInConditionSql">
      <if test="loc_no!=null and loc_no!='' ">
         and loc_no like '%' + #{loc_no} + '%'
         and loc_no = #{loc_no}
      </if>
      <if test="matnr!=null and matnr!='' ">
         and matnr like '%' + #{matnr} + '%'
         and matnr = #{matnr}
      </if>
      <if test="anfme != null and anfme != ''">
         and anfme = #{anfme}