Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Cadastrar
Acessar
gitadmin
/
tuoheng_qmhh_move_20240705
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Pull requests
0
Versões
5
Wiki
Atividade
Ver código fonte
提交领取积分代码
pull/26/head
wanjing
11 meses atrás
pai
2f7ce117cf
commit
6832a8b6df
1 arquivos alterados
com
1 adições
e
1 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+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>
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar