自动化立体仓库 - WMS系统
zhang
2025-10-17 6867f6de91378cc8e9e1fe291131d7db0d2993a0
src/main/resources/mapper/ViewStayTimeMapper.xml
@@ -44,7 +44,7 @@
   <sql id="viewStayTimeConditionSql2">
      <if test="loc_no!=null and loc_no!='' ">
         and asr_loc_mast.loc_no like '%' + #{loc_no} + '%'
         and loc_no like '%' + #{loc_no} + '%'
      </if>
      <if test="floor!=null and floor!='' ">
         and floor = #{floor}