فهرست منبع

Merge branch 'dev/v1.0.1_ws' of BaseService/entManageApplication into feature/v1.0.2

fuwencai 2 سال پیش
والد
کامیت
736357f0a2
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      service/service.go

+ 1 - 0
service/service.go

@@ -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),