소스 검색

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