自动化立体仓库 - WMS系统
18516761980
2022-05-24 b76c09d2c5f16de0e3777350b8d7ab48ea55aaa8
src/main/resources/mapper/ViewWorkInMapper.xml
@@ -99,11 +99,13 @@
<!-- 不分页查询所有信息,用于excel导出 -->
<select id="getViewWorkInAll" parameterType="com.zy.asrs.entity.ViewWorkInBean" resultType="com.zy.asrs.entity.ViewWorkInBean">
   select count(1)
   from asr_wrkin_view a
<!--   select count(1)-->
<!--   from asr_wrkin_view a-->
<!--   where 1=1-->
<!--   <include refid="viewWorkInConditionSql"></include>-->
   select * from asr_wrkin_view
   where 1=1
   <include refid="viewWorkInConditionSql"></include>
   order by io_time desc
</select>
<!-- 出库统计 -->