From bd6b6c5ff513d04ffe0894f5314d8a9c2d53736d Mon Sep 17 00:00:00 2001
From: lidongdong <1459917685@qq.com>
Date: 星期五, 30 九月 2022 09:18:49 +0800
Subject: [PATCH] 修改用户

---
 flower_city/src/main/java/com/dg/core/controller/UserController.java |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/flower_city/src/main/java/com/dg/core/controller/UserController.java b/flower_city/src/main/java/com/dg/core/controller/UserController.java
index 5c0e1c3..4dfe743 100644
--- a/flower_city/src/main/java/com/dg/core/controller/UserController.java
+++ b/flower_city/src/main/java/com/dg/core/controller/UserController.java
@@ -13,6 +13,7 @@
 import org.apache.commons.lang3.StringUtils;
 import org.springframework.beans.factory.annotation.Autowired;
 import org.springframework.data.redis.core.RedisTemplate;
+import org.springframework.data.repository.query.Param;
 import org.springframework.util.Assert;
 import org.springframework.web.bind.annotation.*;
 
@@ -32,8 +33,6 @@
 
     @Autowired
     SmsUtil smsUtil;
-
-
 
     @Autowired
     TokenManager tokenManager;
@@ -249,4 +248,6 @@
 
 
 
+
+
 }

--
Gitblit v1.7.1