Commit 10ac86a0 authored by chenjianxing's avatar chenjianxing Committed by jianxing
Browse files

fix: 操作日志列表报错

parent 924fa3d7
Showing with 3 additions and 2 deletions
+3 -2
......@@ -26,8 +26,9 @@
<foreach collection="request.projectIds" item="projectId" separator="," open="(" close=")">
#{projectId}
</foreach>
or
</if>
or t.project_id is null
t.project_id is null
or t.project_id = ""
)
<if test="request.operUser != null and request.operUser != ''">
......@@ -78,4 +79,4 @@
</where>
order by t.oper_time desc
</select>
</mapper>
\ No newline at end of file
</mapper>
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment