修改库存统计的计算逻辑,根据出入库管理开关进行判断

This commit is contained in:
季圣华
2023-12-06 00:31:53 +08:00
parent 63703002ac
commit 672db2b097
3 changed files with 18 additions and 7 deletions

View File

@@ -153,6 +153,7 @@ public interface DepotItemMapperEx {
@Param("depotList") List<Long> depotList,
@Param("meId") Long meId,
@Param("forceFlag") Boolean forceFlag,
@Param("inOutManageFlag") Boolean inOutManageFlag,
@Param("beginTime") String beginTime,
@Param("endTime") String endTime);
@@ -160,6 +161,7 @@ public interface DepotItemMapperEx {
@Param("depotList") List<Long> depotList,
@Param("mId") Long mId,
@Param("forceFlag") Boolean forceFlag,
@Param("inOutManageFlag") Boolean inOutManageFlag,
@Param("beginTime") String beginTime,
@Param("endTime") String endTime);