同步结算对象修改用户名
This commit is contained in:
+2
-1
@@ -514,6 +514,7 @@ public class UserShipperApplicationService {
|
|||||||
userShipperDO.setUpdateBy(loginUserPo.getUserId());
|
userShipperDO.setUpdateBy(loginUserPo.getUserId());
|
||||||
userShipperDO.setUpdateByName(loginUserPo.getUserName());
|
userShipperDO.setUpdateByName(loginUserPo.getUserName());
|
||||||
userShipperDO.setUpdateTime(new Date());
|
userShipperDO.setUpdateTime(new Date());
|
||||||
|
userShipperDO.setUserName(userShipperDO.getShipperEnterpriseName());
|
||||||
//刷新托运人数据字典/省市县信息
|
//刷新托运人数据字典/省市县信息
|
||||||
refreshShipperDictData(userShipperDO);
|
refreshShipperDictData(userShipperDO);
|
||||||
UserDO userDO = new UserDO();
|
UserDO userDO = new UserDO();
|
||||||
@@ -1178,4 +1179,4 @@ public class UserShipperApplicationService {
|
|||||||
// 根据userId查询货主信息
|
// 根据userId查询货主信息
|
||||||
return userShipperDomainService.selectByUserId(userId);
|
return userShipperDomainService.selectByUserId(userId);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user