fix(操作日志): 修复操作日志查询不全问题

This commit is contained in:
fit2-zhao 2022-02-17 14:39:20 +08:00 committed by fit2-zhao
parent 30b1267206
commit 30a2f8acf1
1 changed files with 12 additions and 12 deletions

View File

@ -19,7 +19,7 @@
LEFT JOIN `user` t1 ON t.oper_user = t1.id
LEFT JOIN project t2 ON t.project_id = t2.id
LEFT JOIN workspace w on t2.workspace_id = w.id
INNER JOIN operating_log_resource t3 ON t.id = t3.operating_log_id
LEFT JOIN operating_log_resource t3 ON t.id = t3.operating_log_id
<where>
(
<if test="request.projectIds != null and request.projectIds.size > 0 ">