zoujiajian 2 سال پیش
والد
کامیت
c0db42bc45
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      netflix-dao/src/main/resources/mapper/OrderDonMapper.xml

+ 1 - 1
netflix-dao/src/main/resources/mapper/OrderDonMapper.xml

@@ -465,7 +465,7 @@
         left join corp_user cu on cu.id = ca.corp_user_id where cu.user_id != 0)s
         inner join order_don o on o.user_id = s.user_id
         and o.status not in ('close','noPayment')
-        and o.created_time > joinTime
+        and date_format(o.created_time, '%Y-%m-%d') > joinTime
         <if test="consumeStTime != null">
             and o.created_time >= #{consumeStTime}
         </if>