fix(自定义对比): 78395

This commit is contained in:
yjz
2023-11-10 11:57:22 +08:00
parent 1f596a50c5
commit 96f5eb5e0c
@@ -28,6 +28,7 @@
where s1.del_flag = 0 and s1.info_id = i.id where s1.del_flag = 0 and s1.info_id = i.id
) referenceCountry, ) referenceCountry,
is_show, is_show,
u.username username,
concat(u.realname, '(', u.username, ')') author, concat(u.realname, '(', u.username, ')') author,
i.create_by, i.create_by,
i.create_time, i.create_time,