From 08b030a4cb662725c4f73e3b8a531de2c593369b Mon Sep 17 00:00:00 2001
From: sen <sen@qq.com>
Date: 星期一, 22 十二月 2025 16:01:13 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/cwxt_master' into cwxt_master

---
 service/src/main/resources/mapper/cwgl/EstimatedReceivableBillMapper.xml |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/service/src/main/resources/mapper/cwgl/EstimatedReceivableBillMapper.xml b/service/src/main/resources/mapper/cwgl/EstimatedReceivableBillMapper.xml
index 083450c..0d5d3cc 100644
--- a/service/src/main/resources/mapper/cwgl/EstimatedReceivableBillMapper.xml
+++ b/service/src/main/resources/mapper/cwgl/EstimatedReceivableBillMapper.xml
@@ -42,6 +42,8 @@
         <if test="status != null "> and thisTab.status = #{status}</if>
         <if test="confirmTime != null "> and thisTab.confirm_time = #{confirmTime}</if>
         <if test="deleted != null "> and thisTab.deleted = #{deleted}</if>
+        <if test="createTimeBegin != null and createTimeBegin!='' and createTimeEnd != null and createTimeEnd!='' "> and thisTab.create_time between #{createTimeBegin} and #{createTimeEnd}</if>
+
     </sql>
 
     <!--鏌ヨ-->

--
Gitblit v1.8.0