Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
yd-csf
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
xingmin
yd-csf
Commits
3afa7ed8
Commit
3afa7ed8
authored
May 27, 2026
by
jianan
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'refs/heads/test_exp_fortune' into test
parents
0f09e9f3
87a9ecb1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
4 deletions
+1
-4
yd-csf-service/src/main/java/com/yd/csf/service/service/impl/ExpectedFortuneServiceImpl.java
+0
-3
yd-csf-service/src/main/resources/mappers/ExpectedFortuneMapper.xml
+1
-1
No files found.
yd-csf-service/src/main/java/com/yd/csf/service/service/impl/ExpectedFortuneServiceImpl.java
View file @
3afa7ed8
...
@@ -192,9 +192,6 @@ public class ExpectedFortuneServiceImpl extends ServiceImpl<ExpectedFortuneMappe
...
@@ -192,9 +192,6 @@ public class ExpectedFortuneServiceImpl extends ServiceImpl<ExpectedFortuneMappe
expectedFortuneList
.
clear
();
expectedFortuneList
.
clear
();
expectedFortuneList
.
addAll
(
sortedList
);
expectedFortuneList
.
addAll
(
sortedList
);
// 8. 根据 payableNo 排序
expectedFortuneList
.
sort
(
Comparator
.
comparing
(
ApiExpectedFortunePageResponse:
:
getPayableNo
));
log
.
info
(
"顺序调整后: {}"
,
sortedList
.
size
());
log
.
info
(
"顺序调整后: {}"
,
sortedList
.
size
());
}
}
...
...
yd-csf-service/src/main/resources/mappers/ExpectedFortuneMapper.xml
View file @
3afa7ed8
...
@@ -383,7 +383,7 @@
...
@@ -383,7 +383,7 @@
</if>
</if>
</where>
</where>
ORDER BY
payable_no
ASC, type ASC
ORDER BY
fortune_type
ASC, type ASC
</select>
</select>
<select
id=
"queryListStatistics"
resultType=
"com.yd.csf.service.vo.ExpectedFortuneStatisticsVO"
>
<select
id=
"queryListStatistics"
resultType=
"com.yd.csf.service.vo.ExpectedFortuneStatisticsVO"
>
...
...
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