【升级】更新一个误导的代码

pull/244/head v3.4.0
俞宝山 2024-12-25 01:15:07 +08:00
parent 2648e2ecc3
commit bff8a175e3
1 changed files with 1 additions and 1 deletions

View File

@ -37,5 +37,5 @@ public interface SysGroupApi {
* @author xuyuxiang * @author xuyuxiang
* @date 2022/8/1 18:28 * @date 2022/8/1 18:28
*/ */
void grantUser(String userId, List<String> roleIdList); void grantUser(String groupId, List<String> userIdList);
} }