From 537d302507bf5bdc6f6b81ece701abb6e8b6a1e1 Mon Sep 17 00:00:00 2001
From: yangys <y_ys79@sina.com>
Date: 星期四, 20 十一月 2025 17:26:39 +0800
Subject: [PATCH] 工位改为默认查询所有状态
---
smart-man-boot/src/main/java/com/qianwen/smartman/modules/auth/endpoint/OuterAppScanEndpoint.java | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/smart-man-boot/src/main/java/com/qianwen/smartman/modules/auth/endpoint/OuterAppScanEndpoint.java b/smart-man-boot/src/main/java/com/qianwen/smartman/modules/auth/endpoint/OuterAppScanEndpoint.java
index 1d871d0..a92de4f 100644
--- a/smart-man-boot/src/main/java/com/qianwen/smartman/modules/auth/endpoint/OuterAppScanEndpoint.java
+++ b/smart-man-boot/src/main/java/com/qianwen/smartman/modules/auth/endpoint/OuterAppScanEndpoint.java
@@ -36,11 +36,12 @@
String userId = this.dingSyncService.getDingUserId(code);
return this.outerAppScanService.loginByOuterUserId(userId);
}
-
+ /*
@ApiLog("鍛樺伐浼佷笟寰俊鎵爜鐧诲綍鍥炶皟鎺ュ彛")
@GetMapping({"/qy-wechat/token"})
@ApiOperation(value = "鍛樺伐浼佷笟寰俊鎵爜鐧诲綍鍥炶皟鎺ュ彛", notes = "浼犲叆鎵爜鎺堟潈code")
public R<Kv> scanLogin(@RequestParam("clientId") String clientId, @RequestParam("code") String authCode) {
return this.outerAppScanService.qyScanLogin(clientId, authCode);
}
+ */
}
--
Gitblit v1.9.3