mirror of
https://gitee.com/fit2cloud-feizhiyun/MeterSphere.git
synced 2024-12-05 05:29:29 +08:00
fix(消息中心): 修复消息中心联调时发现的bug
This commit is contained in:
parent
2e26d6a774
commit
48a3f76cd7
@ -4,7 +4,7 @@
|
||||
|
||||
<select id="listNotification" resultType="io.metersphere.system.log.dto.NotificationDTO">
|
||||
SELECT *, u.name as userName,
|
||||
ux.avatar as userLogo FROM notification
|
||||
ux.avatar as avatar FROM notification
|
||||
left join user u on notification.operator = u.id
|
||||
left join user_extend ux on notification.operator = ux.id
|
||||
WHERE notification.receiver = #{request.receiver} AND notification.create_time > (unix_timestamp() - 90 * 24 * 3600) * 1000
|
||||
|
Loading…
Reference in New Issue
Block a user