|
@@ -91,6 +91,7 @@ func Distributor(region []string, entId, entUserId int) []*User {
|
|
|
data, _ := IC.Mgo.Find("entniche_rule", map[string]interface{}{
|
|
|
"i_userid": v.Id,
|
|
|
"i_entid": entId,
|
|
|
+ "i_type": 1,
|
|
|
}, "", nil, false, -1, 1)
|
|
|
for _, value := range *data {
|
|
|
o_entniche := common.ObjToMap(value["o_entniche"])
|