|
|
|
@@ -334,6 +334,18 @@ public class WxUserGrantController extends BaseController { |
|
|
|
if (!StringUtils.isBlank(city)) |
|
|
|
user.setLocateCity(city); |
|
|
|
cuserFactory.getCUserService(user.getAppPlat()).updateLBS(user); |
|
|
|
|
|
|
|
if(StringUtils.isNotBlank(city)){ |
|
|
|
try { |
|
|
|
int i = syncBasicInfoCity(getCacheMember(),city); |
|
|
|
if(i > 0){ |
|
|
|
//todo同步猫酷 |
|
|
|
|
|
|
|
} |
|
|
|
}catch(Exception e){} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
return new ResultData(); |
|
|
|
} |
|
|
|
|
|
|
|
@@ -698,7 +710,6 @@ public class WxUserGrantController extends BaseController { |
|
|
|
record.setWeight(wxCUserBasicInfo.getWeight()); |
|
|
|
record.setHeight(wxCUserBasicInfo.getHeight()); |
|
|
|
record.setAddress(wxCUserBasicInfo.getAddress()); |
|
|
|
record.setUpdateDate(new Date()); |
|
|
|
record.setFinalTenantId(tenantEntity.getFinalTenantId()); |
|
|
|
wxCUserBasicInfoService.update(record); |
|
|
|
|
|
|
|
@@ -796,4 +807,5 @@ public class WxUserGrantController extends BaseController { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
} |