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