feat:报告管理列表新增字段“上传人”

This commit is contained in:
2023-05-22 11:00:47 +08:00
parent 3afbfe2375
commit 6dfbcfe0de
@@ -185,11 +185,14 @@
t.maincontent,
t.confidentialLevel,
t.privacyLevel,
t.createUserId,
tu.USNAME AS createUserName,
IF(bpn.id is null,1,
IF(bpn.SUBMIT_STATUS = 1,0,1)
) as isAct
FROM `tt_report_manage` AS t
LEFT JOIN bus_process_name as bpn on bpn.data_id = t.id and bpn.prc_type = '5'
LEFT JOIN ts_user as tu ON tu.USID = t.createUserId
WHERE t.del_flag = 0
<!--报表名称搜索-->
<if test="Vo.name != null and Vo.name != ''">