作者 yangfu

修改默认权限 2

@@ -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 {