Merge branch 'main' into yoon
This commit is contained in:
commit
0f2777916e
@ -167,7 +167,7 @@
|
||||
FROM localcomt c
|
||||
LEFT JOIN netmember m ON c.MEMBERSEQ = m.MEMBERSEQ
|
||||
WHERE LOCBRDSEQ = #{LOCBRDSEQ} and LOCCMTPNT = 1
|
||||
ORDER BY LOCCMTPNT ASC, LOCCMTUDT ASC
|
||||
ORDER BY LOCCMTUDT DESC, LOCCMTPNT ASC
|
||||
</select>
|
||||
|
||||
<!-- 대댓글 조회 -->
|
||||
@ -180,7 +180,7 @@
|
||||
FROM localcomt c
|
||||
LEFT JOIN netmember m ON c.MEMBERSEQ = m.MEMBERSEQ
|
||||
WHERE LOCCMTPNT = #{LOCCMTPNT} and LOCCMTPNT != 1
|
||||
ORDER BY LOCCMTPNT ASC, LOCCMTUDT ASC
|
||||
ORDER BY LOCCMTUDT DESC, LOCCMTPNT ASC
|
||||
</select>
|
||||
|
||||
<!-- 댓글/대댓글 작성 -->
|
||||
|
||||
Loading…
Reference in New Issue
Block a user