|
@@ -117,7 +117,7 @@ public class TIeInvigilateWarnInfoController {
|
|
|
}
|
|
|
|
|
|
TBUser tbUser = (TBUser) ServletUtil.getRequestAccount();
|
|
|
- AuthDto authDto = (AuthDto) redisUtil.get(SystemConstant.userOauth + tbUser.getId());
|
|
|
+ AuthDto authDto = (AuthDto) redisUtil.get(SystemConstant.userOauth + "::" + tbUser.getId());
|
|
|
if (!authDto.getRoleCodes().toString().contains(RoleEnum.ADMIN.name())) {
|
|
|
List<String> warningIds = (List<String>) mapParameter.get("warningIds");
|
|
|
if (warningIds.size() > 0) {
|