解决序列号和批号出库的时候bug

This commit is contained in:
季圣华
2022-05-24 23:22:51 +08:00
parent da526fa89a
commit 829e9552d5
3 changed files with 63 additions and 44 deletions

View File

@@ -169,6 +169,5 @@ public interface DepotItemMapperEx {
Long getCountByMaterialAndBatchNumber(
@Param("meId") Long meId,
@Param("batchNumber") String batchNumber,
@Param("type") String type);
@Param("batchNumber") String batchNumber);
}