Sfoglia il codice sorgente

Merge branch 'develop' of gitadmin/tuoheng_qmhh into release

release
wanjing 9 mesi fa
parent
commit
5bce9d6e16
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      tuoheng-api/src/main/resources/mapper/UserPointsDetailMapper.xml

+ 1
- 1
tuoheng-api/src/main/resources/mapper/UserPointsDetailMapper.xml Vedi 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>

Loading…
Annulla
Salva