From 25cef5dd15c7bf35a54a1be7d1c0dbe1773f7c75 Mon Sep 17 00:00:00 2001
From: zyh <2066096076@qq.com>
Date: Tue, 20 Jan 2026 16:14:38 +0800
Subject: [PATCH] =?UTF-8?q?=E5=86=BB=E8=83=9A=E5=86=BB=E7=B2=BE=E4=B8=8D?=
=?UTF-8?q?=E5=90=8C=E7=8A=B6=E6=80=81=E6=B7=BB=E5=8A=A0=E5=8C=BA=E5=88=86?=
=?UTF-8?q?=E6=A0=87=E8=AF=86=EF=BC=8C=E6=96=B0=E5=A2=9E=E6=A0=B9=E6=8D=AE?=
=?UTF-8?q?=E7=8A=B6=E6=80=81=E6=90=9C=E7=B4=A2?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
zhyc-module/src/main/resources/mapper/frozen/DdFeMapper.xml | 1 +
zhyc-module/src/main/resources/mapper/frozen/DdFsMapper.xml | 1 +
2 files changed, 2 insertions(+)
diff --git a/zhyc-module/src/main/resources/mapper/frozen/DdFeMapper.xml b/zhyc-module/src/main/resources/mapper/frozen/DdFeMapper.xml
index 83264bd..8dd5084 100644
--- a/zhyc-module/src/main/resources/mapper/frozen/DdFeMapper.xml
+++ b/zhyc-module/src/main/resources/mapper/frozen/DdFeMapper.xml
@@ -69,6 +69,7 @@
and out_date between #{params.beginOutDate} and #{params.endOutDate}
+ and status = #{status}
diff --git a/zhyc-module/src/main/resources/mapper/frozen/DdFsMapper.xml b/zhyc-module/src/main/resources/mapper/frozen/DdFsMapper.xml
index 20eda36..cd335a9 100644
--- a/zhyc-module/src/main/resources/mapper/frozen/DdFsMapper.xml
+++ b/zhyc-module/src/main/resources/mapper/frozen/DdFsMapper.xml
@@ -41,6 +41,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
and out_dt between #{params.beginOutDt} and #{params.endOutDt}
+ and stat = #{stat}