Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation
This project
Loading...
Sign in
李苗
/
Vion-DevOps
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit e6e88ce2
authored
Feb 17, 2025
by
HlQ
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
[feat] 异常关注项目列表添加时间排序
1 parent
810b6536
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
src/main/java/vion/service/impl/monitor/MallServiceImpl.java
src/main/java/vion/service/impl/monitor/MallServiceImpl.java
View file @
e6e88ce
...
...
@@ -198,7 +198,8 @@ public class MallServiceImpl extends MPJBaseServiceImpl<MallMapper, Mall> implem
.
eq
(
EventRecord:
:
getAgentType
,
dto
.
getAgentType
())
.
in
(
CollUtil
.
isNotEmpty
(
dto
.
getEventUidList
()),
EventRecord:
:
getEventUid
,
dto
.
getEventUidList
())
.
in
(
CollUtil
.
isNotEmpty
(
dto
.
getAccountUidList
()),
EventRecord:
:
getAccountUid
,
dto
.
getAccountUidList
())
.
orderByAsc
(
EventRecord:
:
getMallUid
))
.
orderByAsc
(
EventRecord:
:
getMallUid
)
.
orderByDesc
(
EventRecord:
:
getCreateTime
))
.
eq
(
EventRecord:
:
getStatus
,
0
);
var
eventRecordList
=
eventRecordService
.
selectJoinList
(
EventRecord
.
class
,
eventRecWrapper
);
var
mallUidList
=
eventRecordList
.
stream
().
map
(
EventRecord:
:
getMallUid
).
toList
();
...
...
Write
Preview
Markdown
is supported
Attach a file
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 post a comment