From 3d784bd86a2c6310198c65f96539488869b60430 Mon Sep 17 00:00:00 2001
From: SongZhang <2064194730@qq.com>
Date: Tue, 24 Sep 2024 09:42:59 +0800
Subject: [PATCH] =?UTF-8?q?1.=E6=8E=92=E9=98=9F=E5=8F=96=E5=8F=B7=20?=
=?UTF-8?q?=E5=8F=96=E5=8F=B7=E5=88=97=E8=A1=A8=E6=9F=A5=E8=AF=A2fix?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/main/resources/mapper/TbCallQueueMapper.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/main/resources/mapper/TbCallQueueMapper.xml b/src/main/resources/mapper/TbCallQueueMapper.xml
index 7c6c41f..b502da6 100644
--- a/src/main/resources/mapper/TbCallQueueMapper.xml
+++ b/src/main/resources/mapper/TbCallQueueMapper.xml
@@ -72,7 +72,7 @@
a.shop_id = #{shopId}
AND a.create_day = #{today} -- 替换为目标日期
- and a.open_id = #{openId} -- 替换为目标用户的 open_id
+ and a.open_id = #{openId} or a.open_id is null -- 替换为目标用户的 open_id
and a.id = #{queueId} -- 替换为目标用户的 open_id