Ver código fonte

提交领取积分代码

pull/26/head
wanjing 11 meses atrás
pai
commit
6832a8b6df
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      tuoheng-api/src/main/resources/mapper/UserPointsDetailMapper.xml

+ 1
- 1
tuoheng-api/src/main/resources/mapper/UserPointsDetailMapper.xml Ver arquivo

@@ -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>

Carregando…
Cancelar
Salvar