@@ -255,6 +255,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
c_agent_monitor
WHERE
1 = 1
+ and check_state = 0
<if test="state != null "> and service_state = #{state}</if>
</select>