优化供应商和客户的校验逻辑

This commit is contained in:
季圣华
2021-12-03 00:28:22 +08:00
parent f24733fd12
commit 3abb818f5e
4 changed files with 37 additions and 7 deletions

View File

@@ -31,6 +31,7 @@ public interface SupplierMapperEx {
int batchDeleteSupplierByIds(@Param("updateTime") Date updateTime, @Param("updater") Long updater, @Param("ids") String ids[]);
Supplier getSupplierByName(
@Param("supplier") String supplier);
Supplier getSupplierByNameAndType(
@Param("supplier") String supplier,
@Param("type") String type);
}