From 8dcf6075ffcb8bda13d4bb3b77954ea7aefda50e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BF=9E=E5=AE=9D=E5=B1=B1?= <1253070437@qq.com> Date: Thu, 12 Feb 2026 21:11:53 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E5=8D=87=E7=BA=A7=E3=80=91=E5=BD=BB?= =?UTF-8?q?=E5=BA=95=E4=BC=98=E5=8C=96=E7=99=BB=E5=BD=95=E9=80=BB=E8=BE=91?= =?UTF-8?q?=E3=80=81=E5=A4=A7=E6=95=B0=E6=8D=AE=E9=87=8F=E4=B8=8B=E7=9A=84?= =?UTF-8?q?=E6=9C=BA=E6=9E=84=E4=BB=A5=E5=8F=8Ain=E6=8B=86=E5=88=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- snowy-admin-web/src/views/biz/org/form.vue | 47 +++++-- snowy-admin-web/src/views/biz/org/index.vue | 72 +++++++++-- .../src/views/biz/position/form.vue | 24 ++++ .../src/views/biz/position/index.vue | 70 ++++++++-- snowy-admin-web/src/views/biz/user/form.vue | 46 ++++++- snowy-admin-web/src/views/biz/user/index.vue | 70 ++++++++-- snowy-admin-web/src/views/sys/org/form.vue | 47 +++++-- snowy-admin-web/src/views/sys/org/index.vue | 74 +++++++++-- .../src/views/sys/position/form.vue | 24 ++++ .../src/views/sys/position/index.vue | 112 +++++++++++----- snowy-admin-web/src/views/sys/role/index.vue | 71 +++++++++-- snowy-admin-web/src/views/sys/user/form.vue | 46 ++++++- snowy-admin-web/src/views/sys/user/index.vue | 112 +++++++++++----- .../xiaonuo/common/util/CommonSqlUtil.java | 65 ++++++++++ .../auth/core/pojo/SaBaseLoginUser.java | 4 + .../auth/core/util/StpLoginUserUtil.java | 14 +- .../service/impl/BizGroupServiceImpl.java | 26 ++-- .../org/controller/BizOrgController.java | 5 +- .../modular/org/service/BizOrgService.java | 8 ++ .../org/service/impl/BizOrgServiceImpl.java | 120 +++++++++++++----- .../service/impl/BizPositionServiceImpl.java | 40 +++--- .../user/service/impl/BizUserServiceImpl.java | 106 +++++++++------- .../org/controller/SysOrgController.java | 5 +- .../modular/org/service/SysOrgService.java | 16 +++ .../org/service/impl/SysOrgServiceImpl.java | 114 +++++++++++++++-- .../user/service/impl/SysUserServiceImpl.java | 36 +++--- 26 files changed, 1090 insertions(+), 284 deletions(-) create mode 100644 snowy-common/src/main/java/vip/xiaonuo/common/util/CommonSqlUtil.java diff --git a/snowy-admin-web/src/views/biz/org/form.vue b/snowy-admin-web/src/views/biz/org/form.vue index 701f8720..86646b85 100644 --- a/snowy-admin-web/src/views/biz/org/form.vue +++ b/snowy-admin-web/src/views/biz/org/form.vue @@ -58,6 +58,7 @@