Commit f19f7825 by huangfusuper

修正节点统计的BUG

parent 0cd5c593
...@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment