Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
byit-myth-job
Overview
Overview
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
liyuan
byit-myth-job
Commits
f19f7825
Commit
f19f7825
authored
Aug 12, 2020
by
huangfusuper
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修正节点统计的BUG
parent
0cd5c593
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
FlowMapper.xml
.../myth-admin-core/src/main/resources/mapper/FlowMapper.xml
+1
-0
No files found.
byit-myth-core/myth-admin-core/src/main/resources/mapper/FlowMapper.xml
View file @
f19f7825
...
@@ -42,6 +42,7 @@
...
@@ -42,6 +42,7 @@
trigger_next_time between #{startTime} and #{endTime}
trigger_next_time between #{startTime} and #{endTime}
and remaining_count != 0
and remaining_count != 0
and start_up = '0'
and start_up = '0'
and scan_mark = '1'
<if
test=
"workspaceId != null"
>
<if
test=
"workspaceId != null"
>
and workspace_id = #{workspaceId}
and workspace_id = #{workspaceId}
</if>
</if>
...
...
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