作者 yangfu

修改默认权限 2

... ... @@ -360,7 +360,7 @@ func getPermissionMap(list []OptionOpportunity) (map[string]PermissionOptionObje
}
)
if len(list) == 0 {
obj.Check = OpportunityCheckLv4
obj.Check = OpportunityCheckLv2
}
checkEnable := func(old, new int) int {
if old == 0 && new == 1 {
... ...