From 61bfa346ff0ed4e8aeb1cfc4b5b864d0d55928b4 Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Sat, 15 Jul 2023 17:32:44 +0800
Subject: [PATCH] 扫码和关注的事件

---
 src/main/resources/mapper/modules/MallOrderInfoMapper.xml |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/main/resources/mapper/modules/MallOrderInfoMapper.xml b/src/main/resources/mapper/modules/MallOrderInfoMapper.xml
index dc4c2d7..657a430 100644
--- a/src/main/resources/mapper/modules/MallOrderInfoMapper.xml
+++ b/src/main/resources/mapper/modules/MallOrderInfoMapper.xml
@@ -428,6 +428,7 @@
         SUM(cnt) goodsCnt
     from mall_order_item
     <where>
+    1=1
         <if test="record.orderIdsStr != null">
             and order_id in
                 <foreach collection="record.orderIdsStr" item="id" index="index" open="(" close=")" separator=",">

--
Gitblit v1.9.1