Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
smart_gov_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
赵啸非
smart_gov_platform
Commits
80498b81
Commit
80498b81
authored
Mar 06, 2025
by
赵啸非
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
测试流控功能
parent
cb60dbcc
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
3 deletions
+6
-3
base-manager/src/main/java/com/mortals/xhx/busiz/message/impl/MessageServiceImpl.java
...om/mortals/xhx/busiz/message/impl/MessageServiceImpl.java
+0
-1
base-manager/src/main/java/com/mortals/xhx/daemon/applicationservice/DemoStartedService.java
...als/xhx/daemon/applicationservice/DemoStartedService.java
+5
-1
base-manager/src/test/java/com/mortals/httpclient/site/SiteController.http
...test/java/com/mortals/httpclient/site/SiteController.http
+1
-1
No files found.
base-manager/src/main/java/com/mortals/xhx/busiz/message/impl/MessageServiceImpl.java
View file @
80498b81
...
...
@@ -217,7 +217,6 @@ public class MessageServiceImpl implements MessageService {
}
@Override
public
MessageResp
signMessage
(
MessageReq
req
)
{
MessageResp
messageResp
=
new
MessageResp
();
...
...
base-manager/src/main/java/com/mortals/xhx/daemon/applicationservice/DemoStartedService.java
View file @
80498b81
...
...
@@ -34,7 +34,11 @@ public class DemoStartedService implements IApplicationStartedService {
cacheService
.
del
(
USER_SITE_TREE
);
//从门户获取所有站点用户
try
{
userService
.
refreshUser
();
}
catch
(
Exception
e
)
{
log
.
error
(
"获取所有站点用户失败"
,
e
);
}
}
@Override
...
...
base-manager/src/test/java/com/mortals/httpclient/site/SiteController.http
View file @
80498b81
...
...
@@ -146,7 +146,7 @@ POST {{baseUrl}}/site/syncGovMatterBySiteId
Content-Type: application/json
{
"id":6
"id":6
3
}
...
...
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