fix: post plus 조회 시 순번으로 정렬

dev
kjh 11 months ago
parent 2159d62b3f
commit 18ff84a642

@ -32,6 +32,7 @@
WHERE tepp.sndng_mastr_id = #{sndngMastrId}
AND tesm.signgu_code = #{signguCode}
AND tesm.ffnlg_code = #{ffnlgCode}
ORDER BY teppj.sn
</select>
</mapper>

Loading…
Cancel
Save