This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
gitadmin
/
tuoheng_qmhh_move_20240705
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
5
Wiki
Activity
Browse Source
提交领取积分代码
pull/26/head
wanjing
11 months ago
parent
2f7ce117cf
commit
6832a8b6df
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
tuoheng-api/src/main/resources/mapper/UserPointsDetailMapper.xml
+ 1
- 1
tuoheng-api/src/main/resources/mapper/UserPointsDetailMapper.xml
View File
@@ -33,7 +33,7 @@
</sql>
<select id="selectTotalPointsByToDay" resultType="java.lang.Integer">
select sum(
id
)
select sum(
points_change
)
from th_user_points_detail
<where>
<if test="1 == 1"> and mark = 1 and type = 1 </if>
Write
Preview
Loading…
Cancel
Save