fix(操作日志): 修复操作日志查询不全问题
This commit is contained in:
parent
30b1267206
commit
30a2f8acf1
|
@ -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 ">
|
||||
|
|
Loading…
Reference in New Issue