给角色查询增加备注的查询条件
This commit is contained in:
@@ -12,11 +12,13 @@ public interface RoleMapperEx {
|
||||
|
||||
List<RoleEx> selectByConditionRole(
|
||||
@Param("name") String name,
|
||||
@Param("description") String description,
|
||||
@Param("offset") Integer offset,
|
||||
@Param("rows") Integer rows);
|
||||
|
||||
Long countsByRole(
|
||||
@Param("name") String name);
|
||||
@Param("name") String name,
|
||||
@Param("description") String description);
|
||||
|
||||
int batchDeleteRoleByIds(@Param("updateTime") Date updateTime, @Param("updater") Long updater, @Param("ids") String ids[]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user