给商品库存接口增加仓位货架的查询参数

This commit is contained in:
季圣华
2023-05-24 23:07:47 +08:00
parent 261c5a069d
commit f56b3774d6
4 changed files with 26 additions and 10 deletions

View File

@@ -125,6 +125,7 @@ public interface MaterialMapperEx {
List<MaterialVo4Unit> getListWithStock(
@Param("depotList") List<Long> depotList,
@Param("idList") List<Long> idList,
@Param("position") String position,
@Param("materialParam") String materialParam,
@Param("zeroStock") Integer zeroStock,
@Param("column") String column,
@@ -135,12 +136,14 @@ public interface MaterialMapperEx {
int getListWithStockCount(
@Param("depotList") List<Long> depotList,
@Param("idList") List<Long> idList,
@Param("position") String position,
@Param("materialParam") String materialParam,
@Param("zeroStock") Integer zeroStock);
MaterialVo4Unit getTotalStockAndPrice(
@Param("depotList") List<Long> depotList,
@Param("idList") List<Long> idList,
@Param("position") String position,
@Param("materialParam") String materialParam);
int checkIsExist(