From da3c8aa8ab82ee13ae3ff1fefcdde117c823f2ed Mon Sep 17 00:00:00 2001
From: haozq <1611483981@qq.com>
Date: Tue, 21 Jan 2025 17:40:07 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=A0=A1=E9=AA=8C?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../resources/mappers/business/backstage/CarNeedPlanMapper.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/src/main/resources/mappers/business/backstage/CarNeedPlanMapper.xml b/src/main/resources/mappers/business/backstage/CarNeedPlanMapper.xml
index 8a3da20..387765b 100644
--- a/src/main/resources/mappers/business/backstage/CarNeedPlanMapper.xml
+++ b/src/main/resources/mappers/business/backstage/CarNeedPlanMapper.xml
@@ -65,6 +65,9 @@
and cpa.apply_type=#{applyType}
+
+ and cpa.status=#{status}
+
and (
cpa.code like concat('%',#{keyWord},'%') or