干预列表添加文件名

This commit is contained in:
cjw 2024-06-06 11:19:11 +08:00
parent 9271c8da37
commit 8e7533cdf5
2 changed files with 3 additions and 3 deletions

View File

@ -24,5 +24,5 @@ public class TimeAxisVo {
private String url;
private String note;
private String originalName;
}

View File

@ -8,8 +8,8 @@
CONCAT(DATE_FORMAT(ir.create_time, '%Y-%m-%d'), ' ', u.nick_name, '的干预') as `name`,
ir.create_time as `time`,
'intervene' as `type`,
ir.diagnose as `note`,
o.url
o.url,
o.original_name
from sys_intervene_record ir
left join sys_user u on u.user_id = ir.counselor_id
left join sys_oss o on o.oss_id = ir.annex