正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -360,7 +360,7 @@ func getPermissionMap(list []OptionOpportunity) (map[string]PermissionOptionObje | @@ -360,7 +360,7 @@ func getPermissionMap(list []OptionOpportunity) (map[string]PermissionOptionObje | ||
360 | } | 360 | } |
361 | ) | 361 | ) |
362 | if len(list) == 0 { | 362 | if len(list) == 0 { |
363 | - obj.Check = OpportunityCheckLv4 | 363 | + obj.Check = OpportunityCheckLv2 |
364 | } | 364 | } |
365 | checkEnable := func(old, new int) int { | 365 | checkEnable := func(old, new int) int { |
366 | if old == 0 && new == 1 { | 366 | if old == 0 && new == 1 { |
-
请 注册 或 登录 后发表评论