修改SQL执行逻辑,解决一个sql中字段名重复取值混乱问题,优化SQL编辑器
This commit is contained in:
@@ -242,10 +242,12 @@ public class UserInfoController {
|
||||
userAuth.setDelFlag(0);
|
||||
createList.add(userAuth);
|
||||
}
|
||||
}
|
||||
userAuthService.saveBatch(createList);
|
||||
for (Long userId : userIdsList) {
|
||||
List<UserAuthInfo> userAuthListNew = userAuthService.getUserAuthSet(userId);
|
||||
DocUserUtil.setUserAuth(userId, userAuthListNew);
|
||||
}
|
||||
userAuthService.saveBatch(createList);
|
||||
return DocResponseJson.ok();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user