|
@@ -55,6 +55,7 @@ func (this *SubseribeService) Update() (int64, error) {
|
|
if this.Area != nil {
|
|
if this.Area != nil {
|
|
setMap["o_vipjy.o_area"] = this.Area
|
|
setMap["o_vipjy.o_area"] = this.Area
|
|
}
|
|
}
|
|
|
|
+ //区县
|
|
if this.District != nil {
|
|
if this.District != nil {
|
|
setMap["o_vipjy.o_district"] = this.District
|
|
setMap["o_vipjy.o_district"] = this.District
|
|
}
|
|
}
|