he2802 1 سال پیش
والد
کامیت
e3f4993b64
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      zhongzheng-system/src/main/resources/mapper/modules/top/TopOldOrderMapper.xml

+ 1 - 0
zhongzheng-system/src/main/resources/mapper/modules/top/TopOldOrderMapper.xml

@@ -2073,6 +2073,7 @@
         WHERE
         too.`status` = 1
         AND too.check_status = 1
+        AND too.old_customer_id IS NOT NULL
         <if test="startTime != null and startTime != ''">
             AND too.check_time &gt;= #{startTime}
         </if>