@@ -580,6 +580,7 @@
<select id="selectAllQwSopInfo" parameterType="QwSop" resultMap="QwSopResult">
<include refid="selectQwSopVo"/>
<where>
+ status != 6
<if test="name != null and name != ''"> and name like concat('%', #{name}, '%')</if>
<if test="status != null "> and status = #{status}</if>
<if test="type != null "> and type = #{type}</if>