|
@@ -3,7 +3,6 @@ package model
|
|
import (
|
|
import (
|
|
"app.yhyue.com/moapp/jybase/common"
|
|
"app.yhyue.com/moapp/jybase/common"
|
|
IC "jyBXSubscribe/rpc/init"
|
|
IC "jyBXSubscribe/rpc/init"
|
|
- "log"
|
|
|
|
"strings"
|
|
"strings"
|
|
)
|
|
)
|
|
|
|
|
|
@@ -122,7 +121,6 @@ func Distributor(region []string, entId, entUserId int) []*User {
|
|
}
|
|
}
|
|
|
|
|
|
func regionCheck(o_area map[string]interface{}, regions []string) bool {
|
|
func regionCheck(o_area map[string]interface{}, regions []string) bool {
|
|
- log.Println("333333333", o_area)
|
|
|
|
if o_area == nil || len(o_area) == 0 {
|
|
if o_area == nil || len(o_area) == 0 {
|
|
return true
|
|
return true
|
|
} else {
|
|
} else {
|