优化商品库存查询逻辑,在没有选择仓库的时候过滤出当前有权限的仓库
This commit is contained in:
@@ -116,8 +116,8 @@ public interface DepotItemMapperEx {
|
||||
@Param("beginTime") String beginTime,
|
||||
@Param("endTime") String endTime);
|
||||
|
||||
DepotItemVo4Stock getSkuStockByParam(
|
||||
@Param("depotId") Long depotId,
|
||||
DepotItemVo4Stock getSkuStockByParamWithDepotList(
|
||||
@Param("depotList") List<Long> depotList,
|
||||
@Param("meId") Long meId,
|
||||
@Param("beginTime") String beginTime,
|
||||
@Param("endTime") String endTime);
|
||||
|
||||
Reference in New Issue
Block a user