Commit b2b01429 authored by chenzhao's avatar chenzhao

修改bug

parent 966a01d6
...@@ -202,7 +202,7 @@ ...@@ -202,7 +202,7 @@
AS currentStatusCount AS currentStatusCount
FROM cb_failure_details FROM cb_failure_details
<where> <where>
<if test="currentStatus!= null "> <if test="currentStatus == null ">
and current_status = 1 and current_status = 1
</if> </if>
<if test="startTime!= null and endTime != null"> <if test="startTime!= null and endTime != null">
......
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