알림 이력 페이지 수정

This commit is contained in:
Leeminha
2022-11-28 16:19:51 +09:00
parent b611f30aee
commit 5eac60425b
4 changed files with 130 additions and 15 deletions

View File

@@ -518,7 +518,8 @@
enh.NOTI_SEQ,
enh.NOTI_MSG,
enh.WEB_REQ_ID,
enh.REG_DT
enh.REG_DT,
'상세내역' AS msgTitle
FROM
hubez_common.EZ_NOTI_HIST enh
INNER JOIN
@@ -545,7 +546,7 @@
</if>
</if>
ORDER BY
enh.REG_DT desc
enh.REG_DT desc, enh.NOTI_DIV
LIMIT #{page}, #{pagePerRows}
</select>
@@ -580,6 +581,4 @@
</if>
</if>
</select>
</mapper>