自动化立体仓库 - WMS系统
luxiaotao1123
2022-06-15 f6c078d34a597fb709273440374f0c85823f1be5
src/main/resources/mapper/ViewStockUseMapper.xml
@@ -60,7 +60,7 @@
      SELECT * FROM asr_wrkin_count_view
               WHERE
               1 = 1 AND
               (oneday > #{start}
               (oneday >= #{start}
               AND
            oneday < #{end})
@@ -75,7 +75,7 @@
   <select id="selectWorkCountInTotal" resultType="java.lang.Integer">
      SELECT COUNT(*) FROM asr_wrkin_count_view
      WHERE 1= 1 AND
      (oneday > #{start}
      (oneday >= #{start}
      AND
      oneday &lt; #{end})
      <if test="matnr != null and matnr !='' ">