feat:报告管理列表新增字段“上传人”
This commit is contained in:
@@ -185,11 +185,14 @@
|
|||||||
t.maincontent,
|
t.maincontent,
|
||||||
t.confidentialLevel,
|
t.confidentialLevel,
|
||||||
t.privacyLevel,
|
t.privacyLevel,
|
||||||
|
t.createUserId,
|
||||||
|
tu.USNAME AS createUserName,
|
||||||
IF(bpn.id is null,1,
|
IF(bpn.id is null,1,
|
||||||
IF(bpn.SUBMIT_STATUS = 1,0,1)
|
IF(bpn.SUBMIT_STATUS = 1,0,1)
|
||||||
) as isAct
|
) as isAct
|
||||||
FROM `tt_report_manage` AS t
|
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 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
|
WHERE t.del_flag = 0
|
||||||
<!--报表名称搜索-->
|
<!--报表名称搜索-->
|
||||||
<if test="Vo.name != null and Vo.name != ''">
|
<if test="Vo.name != null and Vo.name != ''">
|
||||||
|
|||||||
Reference in New Issue
Block a user