Ver Fonte

fix bug

wangliang há 9 meses atrás
pai
commit
f4124d6653
1 ficheiros alterados com 1 adições e 1 exclusões
  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>