Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
YeeAmosFireAutoSysRoot
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
station
YeeAmosFireAutoSysRoot
Commits
b45bd842
Commit
b45bd842
authored
Jan 20, 2021
by
田涛
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
执行记录分页列表
parent
aad8d98c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
PlanOperationRecordMapper.xml
...rc/main/resources/db/mapper/PlanOperationRecordMapper.xml
+8
-8
No files found.
YeeAmosFireAutoSysStart/src/main/resources/db/mapper/PlanOperationRecordMapper.xml
View file @
b45bd842
...
...
@@ -19,16 +19,16 @@
</foreach>
</if>
<if
test=
"planPattern != null"
>
AND cp
d
.plan_pattern = #{planPattern}
AND cp
or
.plan_pattern = #{planPattern}
</if>
<if
test=
"executionType != null"
>
AND cp
d
.execution_type LIKE #{executionType}
AND cp
or
.execution_type LIKE #{executionType}
</if>
<if
test=
"startTimeLeft != null"
>
AND cp
d
.start_time
<![CDATA[ >= ]]>
#{implementationTimeLeft}
AND cp
or
.start_time
<![CDATA[ >= ]]>
#{implementationTimeLeft}
</if>
<if
test=
"startTimeRight != null"
>
AND cp
d
.start_time
<![CDATA[ < ]]>
#{implementationTimeRight}
AND cp
or
.start_time
<![CDATA[ < ]]>
#{implementationTimeRight}
</if>
</where>
</select>
...
...
@@ -65,16 +65,16 @@
</foreach>
</if>
<if
test=
"planPattern != null"
>
AND cp
d
.plan_pattern = #{planPattern}
AND cp
or
.plan_pattern = #{planPattern}
</if>
<if
test=
"executionType != null"
>
AND cp
d
.execution_type LIKE #{executionType}
AND cp
or
.execution_type LIKE #{executionType}
</if>
<if
test=
"startTimeLeft != null"
>
AND cp
d.start_time
<![CDATA[ >= ]]>
#{implementation
TimeLeft}
AND cp
or.start_time
<![CDATA[ >= ]]>
#{start
TimeLeft}
</if>
<if
test=
"startTimeRight != null"
>
AND cp
d.start_time
<![CDATA[ < ]]>
#{implementation
TimeRight}
AND cp
or.start_time
<![CDATA[ < ]]>
#{start
TimeRight}
</if>
</where>
ORDER BY cpor.id ASC
...
...
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