wangliang 1 an în urmă
părinte
comite
9c8cf2224e

+ 1 - 1
sop-business/src/main/resources/mapper/TBSopInfoMapper.xml

@@ -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>