新增客户时给当前用户自动授权

This commit is contained in:
季圣华
2021-11-17 00:43:21 +08:00
parent fcdecf25a9
commit 08f2ccdd5a
3 changed files with 38 additions and 0 deletions

View File

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