自动化立体仓库 - WMS系统
pjb
2025-07-17 64330b806fb5770b042582bcbcb1e64b60988be4
src/main/resources/mapper/ViewWorkInMapper.xml
@@ -115,7 +115,7 @@
<!--   from asr_wrkin_view a-->
<!--   where 1=1-->
<!--   <include refid="viewWorkInConditionSql"></include>-->
   select * from asr_wrkin_view
   select *,manu_date manuDate,man_length manLength from asr_wrkin_view
   where 1=1
   <include refid="viewWorkInConditionSql"></include>
</select>
@@ -150,7 +150,7 @@
<!-- 不分页查询所有信息,用于excel导出 -->
<select id="getViewWorkOutAll" parameterType="com.zy.asrs.entity.ViewWorkInBean" resultType="com.zy.asrs.entity.ViewWorkInBean">
   select *
   select *,manu_date manuDate,man_length manLength
   from asr_wrkout_view a
   where 1=1
   <include refid="viewWorkInConditionSql"></include>