Commit ab6b10e0 authored by suhuiguang's avatar suhuiguang

1.人员导入开发联调,单位名称已数据库为准

parent ac5b9350
......@@ -1241,6 +1241,7 @@ public class TzsUserInfoServiceImpl extends BaseService<TzsUserInfoDto, TzsUserI
tzsUserInfo.setAmosUserId(userResult.getResult().getUserId());
tzsUserInfo.setAmosUserName(userResult.getResult().getUserName());
tzsUserInfo.setLockStatus(UNLOCK);
tzsUserInfo.setUnitName(companyModel.getCompanyName());
tzsUserInfoMapper.updateById(tzsUserInfo);
} catch (Exception e) {
log.error(e.getMessage(), e);
......
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