Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Sign in / Register
Toggle navigation
E
energyai_java
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
葛齐林
energyai_java
Commits
9dfa7608
Commit
9dfa7608
authored
Jun 04, 2021
by
co_dengxiongwen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
历史指令sql调整
parent
ee6c5787
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletion
+7
-1
SysCommandLogMapper.xml
...min/src/main/resources/mapper/sys/SysCommandLogMapper.xml
+7
-1
No files found.
microservice-admin/src/main/resources/mapper/sys/SysCommandLogMapper.xml
View file @
9dfa7608
...
...
@@ -35,7 +35,7 @@
<if
test=
"comSourceIp!=null and comSourceIp!=''"
>
and t.com_source_ip = #{comSourceIp}
</if>
<if
test=
"comSourcePort!=null and comSourcePort!=''"
>
and t.com_source_port = #{comSourcePort}
</if>
<if
test=
"comType!=null "
>
and t.com_type = #{comType}
</if>
<if
test=
"comMark!=null and comMark!=''"
>
and
t.com_mark = #{comMark}
</if>
<if
test=
"comMark!=null and comMark!=''"
>
and
INSTR(t.com_mark, #{comMark})
</if>
<if
test=
"resourceType!=null and resourceType!=''"
>
and t.resource_type = #{resourceType}
</if>
<if
test=
"resourceId!=null and resourceId!=''"
>
and t.resource_id = #{resourceId}
</if>
<if
test=
"result!=null "
>
and t.result = #{result}
</if>
...
...
@@ -47,6 +47,12 @@
<if
test=
"byx1!=null and byx1!=''"
>
and t.byx1 = #{byx1}
</if>
<if
test=
"byx2!=null and byx2!=''"
>
and t.byx2 = #{byx2}
</if>
<if
test=
"byx3!=null and byx3!=''"
>
and t.byx3 = #{byx3}
</if>
<if
test=
"startTime != null and startTime != ''"
>
and t.create_time
>
= #{startTime}
</if>
<if
test=
"endTime != null and endTime != ''"
>
and t.create_time
<
= #{endTime}
</if>
</sql>
<select
id=
"queryPageByCount"
parameterType=
"Object"
resultType=
"java.lang.Integer"
>
...
...
Write
Preview
Markdown
is supported
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