仓库管理修改

master
wusiyu 6 hours ago
parent 9bfa5d13c9
commit e8dfdd7097
  1. 2
      blade-service/blade-wms/src/main/java/org/springblade/wms/mapper/StStockInoutRecordMapper.xml

@ -110,7 +110,7 @@
AND sl.location LIKE '%' || #{stStockInoutRecord.location} || '%' AND sl.location LIKE '%' || #{stStockInoutRecord.location} || '%'
</if> </if>
<!-- 4. 出入库类型精确查询 --> <!-- 4. 出入库类型精确查询 -->
<if test="stStockInoutRecord.inOutType != null and stStockInoutRecord.inOutType != ''"> <if test="stStockInoutRecord.inOutType != null">
AND sir.in_out_type = #{stStockInoutRecord.inOutType} AND sir.in_out_type = #{stStockInoutRecord.inOutType}
</if> </if>
<!-- 5. 出入库日期:时间范围查询 --> <!-- 5. 出入库日期:时间范围查询 -->

Loading…
Cancel
Save