[修改] 监控流程审批步骤

This commit is contained in:
bupengxiang
2023-05-16 13:53:41 +08:00
parent 7e02e430d9
commit d151af2234
6 changed files with 3 additions and 1 deletions
@@ -286,7 +286,8 @@
rm.fileId AS fileId,
f.file_name as fileName,
rm.confidentialLevel AS confidentialLevel,
rm.privacyLevel AS privacyLevel
rm.privacyLevel AS privacyLevel,
rm.secrecy_last AS secrecyLast
FROM `tt_report_manage` AS rm
LEFT JOIN ts_user AS u ON u.USID = rm.createUserId
LEFT JOIN ts_org as org on org.id = rm.department