Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
GeoFlyApi
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
GeoFly
GeoFlyApi
Commits
369793c5
Commit
369793c5
authored
Mar 14, 2026
by
tntxia
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
UserDTO返回用户密码是否过期
parent
78b986c3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
sample/src/main/java/com/dji/sample/manage/service/impl/UserServiceImpl.java
+2
-0
No files found.
sample/src/main/java/com/dji/sample/manage/service/impl/UserServiceImpl.java
View file @
369793c5
...
...
@@ -1026,6 +1026,8 @@ public class UserServiceImpl extends ServiceImpl<IUserMapper, UserEntity> implem
.
mqttUsername
(
entity
.
getMqttUsername
())
.
mqttPassword
(
entity
.
getMqttPassword
())
.
mqttAddr
(
MqttPropertyConfiguration
.
getNetMqttAddress
())
// 判断密码是否过期
.
passwordExpired
(
isPasswordExpired
(
entity
))
.
build
();
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment