wangliang 9 mesi fa
parent
commit
f4124d6653
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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>