mirror of
http://git.mhez-qa.uplus.co.kr/hubez/hubez-admin.git
synced 2025-12-07 02:30:05 +09:00
알림 이력 페이지 수정
This commit is contained in:
@@ -27,4 +27,6 @@ public class NotiList {
|
||||
private String regDt;
|
||||
|
||||
private String userId;
|
||||
|
||||
private String msgTitle;
|
||||
}
|
||||
|
||||
@@ -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>
|
||||
Reference in New Issue
Block a user