From 64bbbd0b310f645f29fbe3b142e16ef6abb87594 Mon Sep 17 00:00:00 2001 From: 无关风月 <443237572@qq.com> Date: 星期五, 11 四月 2025 20:08:29 +0800 Subject: [PATCH] bug修改 --- cloud-server-activity/src/main/resources/mapper/HuiminCardMapper.xml | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/cloud-server-activity/src/main/resources/mapper/HuiminCardMapper.xml b/cloud-server-activity/src/main/resources/mapper/HuiminCardMapper.xml index 847863f..a727d27 100644 --- a/cloud-server-activity/src/main/resources/mapper/HuiminCardMapper.xml +++ b/cloud-server-activity/src/main/resources/mapper/HuiminCardMapper.xml @@ -7,7 +7,8 @@ select t1.* from t_huimin_card t1 where find_in_set(#{storeId},t1.storeIds) - + and t1.startTime <= now() + and t1.endTime >= now() and t1.status = 1 order by t1.sort desc @@ -18,7 +19,8 @@ select t1.* from t_huimin_card t1 where find_in_set(#{storeId},t1.storeIds) - + and t1.startTime <= now() + and t1.endTime >= now() and t1.status = 1 order by t1.sort desc -- Gitblit v1.7.1