This website works better with JavaScript
ホーム
エクスプローラ
ヘルプ
登録
サインイン
lyhzzz
/
4dkankan-smart-site
Watch
1
Star
0
Fork
0
ファイル
課題
0
プルリクエスト
0
Wiki
ソースを参照
fix bugs
xiewj
2 年 前
親
b480de434e
コミット
4a9cb6068f
1 ファイル変更
、
1 行追加
、
1 行削除
分割表示
差分情報を表示
1
1
src/main/resources/mapper/site/CommentsMapper.xml
+ 1
- 1
src/main/resources/mapper/site/CommentsMapper.xml
ファイルの表示
@@ -31,6 +31,6 @@
)
</if>
ORDER BY
- t.comment_id
A
SC
+ t.comment_id
DE
SC
</select>
</mapper>