Browse Source

提交领取积分代码

pull/26/head
wanjing 9 months ago
parent
commit
6832a8b6df
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      tuoheng-api/src/main/resources/mapper/UserPointsDetailMapper.xml

+ 1
- 1
tuoheng-api/src/main/resources/mapper/UserPointsDetailMapper.xml View File

</sql> </sql>


<select id="selectTotalPointsByToDay" resultType="java.lang.Integer"> <select id="selectTotalPointsByToDay" resultType="java.lang.Integer">
select sum(id)
select sum(points_change)
from th_user_points_detail from th_user_points_detail
<where> <where>
<if test="1 == 1"> and mark = 1 and type = 1 </if> <if test="1 == 1"> and mark = 1 and type = 1 </if>

Loading…
Cancel
Save