给sku商品的库存计算增加盘点的数量
This commit is contained in:
@@ -132,6 +132,13 @@ public interface DepotItemMapperEx {
|
||||
@Param("creatorArray") String[] creatorArray,
|
||||
@Param("forceFlag") Boolean forceFlag);
|
||||
|
||||
BigDecimal getSkuStockCheckSumByDepotList(
|
||||
@Param("depotList") List<Long> depotList,
|
||||
@Param("meId") Long meId,
|
||||
@Param("forceFlag") Boolean forceFlag,
|
||||
@Param("beginTime") String beginTime,
|
||||
@Param("endTime") String endTime);
|
||||
|
||||
BigDecimal getStockCheckSumByDepotList(
|
||||
@Param("depotList") List<Long> depotList,
|
||||
@Param("mId") Long mId,
|
||||
|
||||
Reference in New Issue
Block a user