新增客户时给当前用户自动授权
This commit is contained in:
@@ -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);
|
||||
}
|
||||
Reference in New Issue
Block a user