fix: 操作日志列表报错

This commit is contained in:
chenjianxing 2021-06-22 16:55:27 +08:00 committed by jianxing
parent 8ba4b352f5
commit 221b45f9ab
1 changed files with 3 additions and 2 deletions

View File

@ -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>
</mapper>