解决获取批次商品列表信息接口的bug

This commit is contained in:
季圣华
2023-12-15 00:11:56 +08:00
parent f55b1875d8
commit 1daf602ecc
4 changed files with 17 additions and 4 deletions

View File

@@ -214,7 +214,9 @@ public interface DepotItemMapperEx {
@Param("name") String name,
@Param("depotId") Long depotId,
@Param("barCode") String barCode,
@Param("batchNumber") String batchNumber);
@Param("batchNumber") String batchNumber,
@Param("forceFlag") Boolean forceFlag,
@Param("inOutManageFlag") Boolean inOutManageFlag);
Long getCountByMaterialAndDepot(
@Param("mId") Long mId,