From f3673730550df57d1acefc707ddff414800cfaf5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BD=90=E5=A4=A9=E5=A4=A7=E5=9C=A3?= <17615834396@163.com> Date: Wed, 27 Mar 2024 16:39:03 +0800 Subject: [PATCH] bug --- .../java/com/fuint/common/service/impl/AccountServiceImpl.java | 1 + 1 file changed, 1 insertion(+) diff --git a/fuintBackend/fuint-application/src/main/java/com/fuint/common/service/impl/AccountServiceImpl.java b/fuintBackend/fuint-application/src/main/java/com/fuint/common/service/impl/AccountServiceImpl.java index ca1a272fd..113fdc4dd 100644 --- a/fuintBackend/fuint-application/src/main/java/com/fuint/common/service/impl/AccountServiceImpl.java +++ b/fuintBackend/fuint-application/src/main/java/com/fuint/common/service/impl/AccountServiceImpl.java @@ -504,6 +504,7 @@ public class AccountServiceImpl extends ServiceImpl im account.setPassword(tAccount.getPassword()); account.setStaffId(tAccount.getStaffId()); account.setMobile(tAccount.getMobile()); + account.setOwnerId(tAccount.getOwnerId()); this.entryptPassword(account); int id = tAccountMapper.insert(account);