From c851f913a79a3d5f951a0ba6878778a8694d7cfc Mon Sep 17 00:00:00 2001 From: "1378012178@qq.com" <1378012178@qq.com> Date: Fri, 6 Mar 2026 14:00:25 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=E5=BE=AA=E5=9D=8F=E5=BC=95?= =?UTF-8?q?=E7=94=A8=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../org/jeecg/modules/system/service/impl/SysBaseApiImpl.java | 1 + 1 file changed, 1 insertion(+) diff --git a/nursing-unit-system/nu-system-biz/src/main/java/org/jeecg/modules/system/service/impl/SysBaseApiImpl.java b/nursing-unit-system/nu-system-biz/src/main/java/org/jeecg/modules/system/service/impl/SysBaseApiImpl.java index e7b8191..bb792dc 100644 --- a/nursing-unit-system/nu-system-biz/src/main/java/org/jeecg/modules/system/service/impl/SysBaseApiImpl.java +++ b/nursing-unit-system/nu-system-biz/src/main/java/org/jeecg/modules/system/service/impl/SysBaseApiImpl.java @@ -166,6 +166,7 @@ public class SysBaseApiImpl implements ISysBaseAPI { @Lazy @Autowired private IEmployeesAdvisioryInfoApi employeesAdvisioryInfoApi; + @Lazy @Autowired private EmployeesOrgLocalApi employeesOrgLocalApi;