This website works better with JavaScript
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
lyhzzz
/
4dkankan-smart-site
Seguir
1
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Explorar el Código
fix bugs
xiewj
hace 2 años
padre
b480de434e
commit
4a9cb6068f
Se han
modificado 1 ficheros
con
1 adiciones
y
1 borrados
Dividir vista
Mostrar estadísticas de diff
1
1
src/main/resources/mapper/site/CommentsMapper.xml
+ 1
- 1
src/main/resources/mapper/site/CommentsMapper.xml
Ver fichero
@@ -31,6 +31,6 @@
)
</if>
ORDER BY
- t.comment_id
A
SC
+ t.comment_id
DE
SC
</select>
</mapper>