소스 검색

BUG修复

wangliang 1 년 전
부모
커밋
9c8cf2224e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      sop-business/src/main/resources/mapper/TBSopInfoMapper.xml

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