在出库的时候判断:序列号不存在或者已经出库
This commit is contained in:
@@ -54,4 +54,8 @@ public interface SerialNumberMapperEx {
|
||||
@Param("name") String name,
|
||||
@Param("depotId") Long depotId,
|
||||
@Param("barCode") String barCode);
|
||||
|
||||
int getIsNotSellCountByParam(
|
||||
@Param("materialId") Long materialId,
|
||||
@Param("serialNumber") String serialNumber);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user