|
@@ -391,6 +391,7 @@ func memberSetMap(userId int64, orderData map[string]interface{}) (set map[strin
|
|
|
"i_wxpush": 1,
|
|
|
},
|
|
|
"o_entniche.i_areacount": common.IntAllDef((*filterMap)["areaCount"], -1),
|
|
|
+ "o_entniche.o_area": map[string]interface{}{"北京": []string{}}, //默认北京
|
|
|
}
|
|
|
setEntUser = map[string]interface{}{
|
|
|
"i_member_status": common.If(dataType == 1, level, -level),
|