From f15a698d1460d6a93a4626d9f9970e6b57270abb Mon Sep 17 00:00:00 2001 From: chenshaohua <635616957@qq.com> Date: Wed, 17 Jun 2026 21:38:37 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=84=E7=90=86=E7=9B=91=E7=AE=A1=E7=AB=AF?= =?UTF-8?q?=E5=86=85=E9=83=A8=E5=B7=A5=E4=BD=9C=E8=80=85=E7=99=BB=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/java/com/ruoyi/framework/web/service/SsoService.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ruoyi-framework/src/main/java/com/ruoyi/framework/web/service/SsoService.java b/ruoyi-framework/src/main/java/com/ruoyi/framework/web/service/SsoService.java index 78d4f2d..33dc605 100644 --- a/ruoyi-framework/src/main/java/com/ruoyi/framework/web/service/SsoService.java +++ b/ruoyi-framework/src/main/java/com/ruoyi/framework/web/service/SsoService.java @@ -331,9 +331,9 @@ public class SsoService { //1.先查appuser,不存在,则新增 AppUser appUser = saveAppUser(userJson, isCompanyUser); appUserId = appUser.getUserId(); - } else { + } /*else { throw new RuntimeException("非网格员不允许执行此操作"); - } + }*/ //2.再查sysuser,不存在,则新增 //身份证为空则查userId SysUser sysUser = saveSysUser(userJson, appUserId, isCompanyUser);