Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
loongten
metersphere
Commits
10ac86a0
Commit
10ac86a0
authored
3 years ago
by
chenjianxing
Committed by
jianxing
3 years ago
Browse files
Options
Download
Email Patches
Plain Diff
fix: 操作日志列表报错
parent
924fa3d7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
backend/src/main/java/io/metersphere/base/mapper/ext/ExtOperatingLogMapper.xml
+3
-2
.../io/metersphere/base/mapper/ext/ExtOperatingLogMapper.xml
with
3 additions
and
2 deletions
+3
-2
backend/src/main/java/io/metersphere/base/mapper/ext/ExtOperatingLogMapper.xml
+
3
-
2
View file @
10ac86a0
...
...
@@ -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>
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment