解决序列号在采购入库后再删除,序列号还存在的bug

This commit is contained in:
季圣华
2023-05-15 23:38:19 +08:00
parent 5baab7fe48
commit 8a255839b7
4 changed files with 32 additions and 7 deletions

View File

@@ -238,4 +238,7 @@ public interface DepotHeadMapperEx {
void setAccountIdToNull(
@Param("id") Long id);
int getSerialNumberBySell(
@Param("number") String number);
}