@@ -426,10 +426,10 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
AND service_category = 0
</when>
<when test="5 == type">
- AND service_category = 1
+ AND service_category = 1 AND status = 1
<when test="6 == type">
- AND (service_category = 2 or service_category = 0)
+ AND (service_category = 2 or service_category = 0) AND status = 1
</choose>
</if>