This website works better with JavaScript
Home
Explore
Help
Register
Sign In
lyhzzz
/
4dkankan-smart-site
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
fix bugs
xiewj
2 years ago
parent
b480de434e
commit
4a9cb6068f
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
src/main/resources/mapper/site/CommentsMapper.xml
+ 1
- 1
src/main/resources/mapper/site/CommentsMapper.xml
View File
@@ -31,6 +31,6 @@
)
</if>
ORDER BY
- t.comment_id
A
SC
+ t.comment_id
DE
SC
</select>
</mapper>