Commit b2b01429 authored by chenzhao's avatar chenzhao

修改bug

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