@@ -179,7 +179,7 @@
<if test="crmNo != null and crmNo != ''">
and tbsi.crm_no = #{crmNo}
</if>
- and tbsi.status = 'START' and tffa.status not in('FINISH', 'END')
+ and tffa.setup > 1 and tffa.status not in('FINISH', 'END')
</where>
</select>