ソースを参照

Merge branch 'develop' of gitadmin/tuoheng_qmhh into release

release
wanjing 9ヶ月前
コミット
5bce9d6e16
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      tuoheng-api/src/main/resources/mapper/UserPointsDetailMapper.xml

+ 1
- 1
tuoheng-api/src/main/resources/mapper/UserPointsDetailMapper.xml ファイルの表示

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

読み込み中…
キャンセル
保存