whycq
2024-10-28 f8a5192aa2797e83f5000ff9035f149b0a1b00a1
zy-asrs-common/src/main/resources/mapper/wms/ViewWorkInMapper.xml
@@ -11,6 +11,9 @@
         <if test="viewWorkIn.matnr!=null and viewWorkIn.matnr!='' ">
            and matnr like '%' + #{viewWorkIn.matnr} + '%'
         </if>
      <if test="viewWorkIn.zpallet!=null and viewWorkIn.zpallet!='' ">
         and zpallet like '%' + #{viewWorkIn.zpallet} + '%'
      </if>
         <if test="viewWorkIn.maktx!=null and viewWorkIn.maktx!='' ">
            and (maktx like '%' + #{viewWorkIn.maktx} + '%'
            or matnr like '%' + #{viewWorkIn.maktx} + '%'
@@ -78,6 +81,7 @@
      select * from asr_wrkin_view
      where 1=1
      <include refid="viewWorkInConditionSql"></include>
      order by io_time desc
   </select>
   <!-- 不分页查询所有信息,用于excel导出 -->
@@ -85,6 +89,7 @@
      select * from asr_wrkin_view
      where 1=1
      <include refid="viewWorkInConditionMapSql"></include>
      order by io_time desc
   </select>
   <!-- 出库统计 -->
@@ -94,6 +99,7 @@
      from asr_wrkout_view
      where 1=1
      <include refid="viewWorkInConditionSql"></include>
      order by io_time desc
   </select>
   <!-- 不分页查询所有信息,用于excel导出 -->