From b3bc82049c85e6a28ee4fb9ad3f344cbadec2e06 Mon Sep 17 00:00:00 2001
From: lxw <810412026@qq.com>
Date: 星期三, 13 七月 2022 17:48:30 +0800
Subject: [PATCH] 用户查询部门,身份

---
 src/main/java/com/whyc/controller/UserInfController.java |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/main/java/com/whyc/controller/UserInfController.java b/src/main/java/com/whyc/controller/UserInfController.java
index cf616fb..cc0d9ad 100644
--- a/src/main/java/com/whyc/controller/UserInfController.java
+++ b/src/main/java/com/whyc/controller/UserInfController.java
@@ -10,6 +10,7 @@
 import org.springframework.web.bind.annotation.RequestParam;
 import org.springframework.web.bind.annotation.RestController;
 
+/*
 @RestController
 @Api(tags = "鐢ㄦ埛绠$悊")
 @RequestMapping("UserInf")
@@ -24,3 +25,4 @@
     }
 
 }
+*/

--
Gitblit v1.9.1