Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
point-project
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
hqzhdj
point-project
Commits
0d47e437
Commit
0d47e437
authored
Jan 16, 2025
by
阳浪
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
新积分排名
parent
3c513844
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
cloud-point-api/src/main/java/com/yizhi/point/application/feign/PointUserFeignClients.java
+1
-1
cloud-point/src/main/resources/mapper/PointUserMapper.xml
+3
-3
No files found.
cloud-point-api/src/main/java/com/yizhi/point/application/feign/PointUserFeignClients.java
View file @
0d47e437
...
@@ -28,7 +28,7 @@ public interface PointUserFeignClients {
...
@@ -28,7 +28,7 @@ public interface PointUserFeignClients {
@GetMapping
(
"/manage/point/user/rank/list"
)
@GetMapping
(
"/manage/point/user/rank/list"
)
Page
<
PointUserListVO
>
userRankList
(
@RequestBody
PointUserParamVO
vo
);
Page
<
PointUserListVO
>
userRankList
(
@RequestBody
PointUserParamVO
vo
);
@GetMapping
(
"/manage/point/
new/user
/rank/list"
)
@GetMapping
(
"/manage/point/
user/new
/rank/list"
)
Page
<
PointUserListVO
>
newUserRankList
(
@RequestBody
PointUserParamVO
vo
);
Page
<
PointUserListVO
>
newUserRankList
(
@RequestBody
PointUserParamVO
vo
);
@GetMapping
(
"/manage/point/user/rank/list/export"
)
@GetMapping
(
"/manage/point/user/rank/list/export"
)
...
...
cloud-point/src/main/resources/mapper/PointUserMapper.xml
View file @
0d47e437
...
@@ -39,7 +39,7 @@
...
@@ -39,7 +39,7 @@
<if
test=
"vo.nameType!=null and vo.nameType==1"
>
<if
test=
"vo.nameType!=null and vo.nameType==1"
>
aug.name as name,
aug.name as name,
</if>
</if>
<if
test=
"vo.nameType!=null and vo.nameType==
1
"
>
<if
test=
"vo.nameType!=null and vo.nameType==
2
"
>
a.full_name as name,
a.full_name as name,
</if>
</if>
sum(pu.total_point) as totalPoint
sum(pu.total_point) as totalPoint
...
@@ -76,7 +76,7 @@
...
@@ -76,7 +76,7 @@
<if
test=
"vo.nameType!=null and vo.nameType==1"
>
<if
test=
"vo.nameType!=null and vo.nameType==1"
>
group by aug.name
group by aug.name
</if>
</if>
<if
test=
"vo.nameType!=null and vo.nameType==
1
"
>
<if
test=
"vo.nameType!=null and vo.nameType==
2
"
>
group by a.full_name
group by a.full_name
</if>
</if>
order by sum(pu.total_point) desc
order by sum(pu.total_point) desc
...
@@ -191,7 +191,7 @@
...
@@ -191,7 +191,7 @@
<if
test=
"vo.nameType!=null and vo.nameType==1"
>
<if
test=
"vo.nameType!=null and vo.nameType==1"
>
group by aug.name
group by aug.name
</if>
</if>
<if
test=
"vo.nameType!=null and vo.nameType==
1
"
>
<if
test=
"vo.nameType!=null and vo.nameType==
2
"
>
group by a.full_name
group by a.full_name
</if>
</if>
order by sum(pu.total_point) desc
order by sum(pu.total_point) desc
...
...
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