在出库的时候判断:序列号不存在或者已经出库

This commit is contained in:
季圣华
2023-11-28 22:56:51 +08:00
parent d5dc24429b
commit c016e3dd7f
4 changed files with 36 additions and 71 deletions

View File

@@ -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);
}