From d9cfa6fe3653a061a7c0d0d30785fc515b17c0e3 Mon Sep 17 00:00:00 2001
From: lidongdong <1459917685@qq.com>
Date: 星期二, 16 七月 2024 16:43:23 +0800
Subject: [PATCH] 花城 报道单位统计】这里报错500  2

---
 springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/resources/mapper/ComActNeighborCircleDOMapper.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/resources/mapper/ComActNeighborCircleDOMapper.xml b/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/resources/mapper/ComActNeighborCircleDOMapper.xml
index 0ccfbba..afe1a7f 100644
--- a/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/resources/mapper/ComActNeighborCircleDOMapper.xml
+++ b/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/resources/mapper/ComActNeighborCircleDOMapper.xml
@@ -733,7 +733,7 @@
         LEFT JOIN new_fight_need_problem_inventory as nfnpi on nfnpc.task_id=nfnpi.id
         WHERE nfnpc.service_time iS NOT NULL AND nfnpc.unit_id IS NOT NULL
         <if test="beginTime != null">
-            and nfnpc.creation_time between "2024-01-01" and "2024-12-29"
+            and nfnpc.creation_time between #{beginTime} and #{endTime}
         </if>
         <if test="belongTo != null and belongTo != ''">
             and cpcu.belong_to=#{belongTo}

--
Gitblit v1.7.1