记得上下班打卡 | git大法好,push需谨慎

Commit 3b19bcc4 authored by 张国柄's avatar 张国柄

opt;

parent e13e8492
...@@ -158,8 +158,8 @@ public class AdamUserInfoServiceImpl implements IAdamUserInfoService { ...@@ -158,8 +158,8 @@ public class AdamUserInfoServiceImpl implements IAdamUserInfoService {
) { ) {
updateProvinceCityCountyFlg = true; updateProvinceCityCountyFlg = true;
existUserInfoVo.setProvince(province); existUserInfoVo.setProvince(province);
existUserInfoVo.setCity(parameter.getCity()); existUserInfoVo.setCity(city);
existUserInfoVo.setCounty(parameter.getCounty()); existUserInfoVo.setCounty(county);
existUserInfoVo.setArea(province.concat("-").concat(city).concat("-").concat(county)); existUserInfoVo.setArea(province.concat("-").concat(city).concat("-").concat(county));
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment