wangliang hai 9 meses
pai
achega
f4124d6653
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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>