给供应商查询增加联系人的参数

This commit is contained in:
jishenghua
2025-04-13 17:04:28 +08:00
parent 29ac8d4e29
commit c5324f4ef1
4 changed files with 9 additions and 3 deletions

View File

@@ -12,6 +12,7 @@ public interface SupplierMapperEx {
List<Supplier> selectByConditionSupplier(
@Param("supplier") String supplier,
@Param("type") String type,
@Param("contacts") String contacts,
@Param("phonenum") String phonenum,
@Param("telephone") String telephone,
@Param("creatorArray") String[] creatorArray);