This website works better with JavaScript
Página inicial
Explorar
Ajuda
Registrar
Entrar
lyhzzz
/
4dkankan-smart-site
Observar
1
Favorito
0
Fork
0
Arquivos
Issues
0
Pull Requests
0
Wiki
Ver código fonte
fix bugs
xiewj
2 anos atrás
pai
b480de434e
commit
4a9cb6068f
1 arquivos alterados
com
1 adições
e
1 exclusões
Visão dividida
Mostrar estatísticas do Diff
1
1
src/main/resources/mapper/site/CommentsMapper.xml
+ 1
- 1
src/main/resources/mapper/site/CommentsMapper.xml
Ver arquivo
@@ -31,6 +31,6 @@
)
</if>
ORDER BY
- t.comment_id
A
SC
+ t.comment_id
DE
SC
</select>
</mapper>