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

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

@@ -217,7 +217,7 @@
         LEFT JOIN sys_custom sc ON sc.id = a.custom_id
         <where>
             AND a.enable=1
-            AND tbs.status != 'FINISH'
+            AND (tbs.status <![CDATA[ <> ]]> 'FINISH' or tbs.status is null)
             <if test="serviceId != null and serviceId != ''">
                 and a.service_id = #{serviceId}
             </if>