Commit de316c83 authored by fangxinjiang's avatar fangxinjiang

事业部&事业部条线-fxj

parent d9febe3b
......@@ -332,7 +332,9 @@ public class SysUserPermissionServiceImpl extends ServiceImpl<SysUserPermissionM
if (CommonConstants.SIX_STRING.equals(insert.getPermissionType())
|| CommonConstants.SEVEN_STRING.equals(insert.getPermissionType())
|| CommonConstants.TEN_STRING.equals(insert.getPermissionType())
|| CommonConstants.TWELVE_STRING.equals(insert.getPermissionType())) {
|| CommonConstants.TWELVE_STRING.equals(insert.getPermissionType())
|| CommonConstants.THIRTEEN_STRING.equals(insert.getPermissionType())
|| CommonConstants.FOURTEEN_STRING.equals(insert.getPermissionType())) {
//判断对应维度的名称是否存在
Integer count;
if (CommonConstants.SIX_STRING.equals(insert.getPermissionType())) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment