From f933aa923443b70f8c56c86859bf2d2c64234551 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=A5=8E=E5=85=B4?= <2220574228@qq.com> Date: Thu, 25 Jun 2026 14:35:55 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B4=A7=E4=B8=BB=E6=9B=B4=E6=96=B0=E8=A7=92?= =?UTF-8?q?=E8=89=B2=E5=8F=98=E7=AE=A1=E7=90=86=E5=91=98=E5=A4=84=E7=90=86?= =?UTF-8?q?;?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../user/application/service/UserShipperApplicationService.java | 1 + 1 file changed, 1 insertion(+) diff --git a/mhd-user-center/src/main/java/com/mhd/user/application/service/UserShipperApplicationService.java b/mhd-user-center/src/main/java/com/mhd/user/application/service/UserShipperApplicationService.java index 5700a4cc2..76a8ab65d 100644 --- a/mhd-user-center/src/main/java/com/mhd/user/application/service/UserShipperApplicationService.java +++ b/mhd-user-center/src/main/java/com/mhd/user/application/service/UserShipperApplicationService.java @@ -583,6 +583,7 @@ public class UserShipperApplicationService { refreshShipperDictData(userShipperDO); UserDO userDO = new UserDO(); BeanUtils.copyProperties(userShipperDO, userDO, IgnoreNullUtil.getNullPropertyNames(userShipperDO)); + userDO.setRoleCode("ownerCargo"); //修改用户表信息 UserPo userPo = userApplicationService.updateUser(userDO);