@@ -276,7 +276,7 @@
LEFT JOIN t_b_crm crm ON crm.crm_no = d.crm_no
LEFT JOIN sys_custom c ON c.id = crm.custom_id
LEFT JOIN sys_supplier s ON s.id = us.supplier_id
-
+ where date_format(from_unixtime(d.create_time/1000),'%Y-%m-%d') != date_format(now(),'%Y-%m-%d')
) a
<where>
<if test="serviceId != null and serviceId != ''">