同步结算对象修改用户名

This commit is contained in:
王奎兴
2026-03-23 16:58:23 +08:00
parent 6ec09d156d
commit 15b72ae970
@@ -514,6 +514,7 @@ public class UserShipperApplicationService {
userShipperDO.setUpdateBy(loginUserPo.getUserId());
userShipperDO.setUpdateByName(loginUserPo.getUserName());
userShipperDO.setUpdateTime(new Date());
userShipperDO.setUserName(userShipperDO.getShipperEnterpriseName());
//刷新托运人数据字典/省市县信息
refreshShipperDictData(userShipperDO);
UserDO userDO = new UserDO();
@@ -1178,4 +1179,4 @@ public class UserShipperApplicationService {
// 根据userId查询货主信息
return userShipperDomainService.selectByUserId(userId);
}
}
}