fix(系统设置): 操作日志点击重置按钮报错
--bug=1013872 --user=李玉号 【系统设置】操作日志点击重置按钮 报错 https://www.tapd.cn/55049933/s/1176201
This commit is contained in:
parent
8e0008f516
commit
4cb76db456
|
@ -23,7 +23,6 @@
|
|||
LEFT JOIN workspace w on t2.workspace_id = w.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 ">
|
||||
t.project_id in
|
||||
<foreach collection="request.projectIds" item="projectId" separator="," open="(" close=")">
|
||||
|
@ -40,7 +39,6 @@
|
|||
or t.project_id is null
|
||||
or t.project_id = ""
|
||||
</if>
|
||||
)
|
||||
<if test="request.operUser != null and request.operUser != ''">
|
||||
and (t.oper_user like #{request.operUser, jdbcType=VARCHAR} or t1.name like
|
||||
#{request.operUser, jdbcType=VARCHAR})
|
||||
|
|
Loading…
Reference in New Issue