Explorar el Código

Merge branch 'develop' of gitadmin/tuoheng_qmhh into release

release
wanjing hace 9 meses
padre
commit
5bce9d6e16
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      tuoheng-api/src/main/resources/mapper/UserPointsDetailMapper.xml

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

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

Cargando…
Cancelar
Guardar