shudonghui 1 năm trước cách đây
mục cha
commit
12f3215634
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      sop-business/src/main/resources/mapper/TBDingMapper.xml

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

@@ -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 != ''">