给单据的序列号和批号增加重复的校验
This commit is contained in:
@@ -166,4 +166,9 @@ public interface DepotItemMapperEx {
|
||||
List<DepotItemVo4MaterialAndSum> getBatchBillDetailMaterialSum(
|
||||
@Param("linkNumber") String linkNumber,
|
||||
@Param("type") String type);
|
||||
|
||||
Long getCountByMaterialAndBatchNumber(
|
||||
@Param("meId") Long meId,
|
||||
@Param("batchNumber") String batchNumber,
|
||||
@Param("type") String type);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user