Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
agent-platform
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
赵啸非
agent-platform
Commits
8618b0c3
Commit
8618b0c3
authored
Apr 29, 2025
by
赵啸非
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加更新默认用户角色
parent
73c45d27
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
9 deletions
+4
-9
agent-manager/pom.xml
agent-manager/pom.xml
+0
-5
agent-manager/src/main/java/com/mortals/xhx/busiz/web/H5LoginController.java
...ain/java/com/mortals/xhx/busiz/web/H5LoginController.java
+2
-2
common-lib/pom.xml
common-lib/pom.xml
+2
-2
No files found.
agent-manager/pom.xml
View file @
8618b0c3
...
@@ -118,11 +118,6 @@
...
@@ -118,11 +118,6 @@
</dependency>
</dependency>
<dependency>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter-webflux
</artifactId>
</dependency>
</dependencies>
</dependencies>
...
...
agent-manager/src/main/java/com/mortals/xhx/busiz/web/H5LoginController.java
View file @
8618b0c3
...
@@ -145,8 +145,8 @@ public class H5LoginController extends BaseCRUDJsonBodyMappingController<UserSer
...
@@ -145,8 +145,8 @@ public class H5LoginController extends BaseCRUDJsonBodyMappingController<UserSer
data
.
put
(
"parkName"
,
companyEntity
.
getParkName
());
data
.
put
(
"parkName"
,
companyEntity
.
getParkName
());
}
}
data
.
put
(
"id"
,
userEntity
.
getId
());
data
.
put
(
"id"
,
userEntity
.
getId
());
data
.
put
(
"phone"
,
userEntity
.
getPhone
());
data
.
put
(
"
staffId"
,
userEntity
.
getCustomerId
());
data
.
put
(
"
userName"
,
userEntity
.
getRealName
());
data
.
put
(
"userType"
,
userEntity
.
getUserType
());
data
.
put
(
"userType"
,
userEntity
.
getUserType
());
userEntity
.
setLoginTime
(
System
.
currentTimeMillis
());
userEntity
.
setLoginTime
(
System
.
currentTimeMillis
());
userEntity
.
setToken
(
IdUtil
.
fastSimpleUUID
());
userEntity
.
setToken
(
IdUtil
.
fastSimpleUUID
());
...
...
common-lib/pom.xml
View file @
8618b0c3
...
@@ -58,7 +58,7 @@
...
@@ -58,7 +58,7 @@
<optional>
true
</optional>
<optional>
true
</optional>
</dependency>
</dependency>
<dependency>
<!--
<dependency>
<groupId>org.apache.kafka</groupId>
<groupId>org.apache.kafka</groupId>
<artifactId>kafka-clients</artifactId>
<artifactId>kafka-clients</artifactId>
<version>2.6.0</version>
<version>2.6.0</version>
...
@@ -69,7 +69,7 @@
...
@@ -69,7 +69,7 @@
<artifactId>amqp-client</artifactId>
<artifactId>amqp-client</artifactId>
<version>4.8.0</version>
<version>4.8.0</version>
</dependency>
</dependency>
-->
<dependency>
<dependency>
<groupId>
cn.hutool
</groupId>
<groupId>
cn.hutool
</groupId>
<artifactId>
hutool-all
</artifactId>
<artifactId>
hutool-all
</artifactId>
...
...
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