解决序列号和批号出库的时候bug
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user