Browse Source

feat:大会员分发单省版

wangshan 2 năm trước cách đây
mục cha
commit
8167eb7a2a
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      service/service.go

+ 2 - 1
service/service.go

@@ -379,7 +379,8 @@ func memberSetMap(userId int64, orderData map[string]interface{}) (set map[strin
 	}
 	set = map[string]interface{}{
 		"o_member_jy": map[string]interface{}{
-			"i_wxpush": 1,
+			"i_wxpush":    1,
+			"i_areacount": common.IntAllDef((*filterMap)["areaCount"], -1),
 		},
 	}
 	setEntUser = map[string]interface{}{