From 3f78b98261f218e704d87bb84e12937614833adf Mon Sep 17 00:00:00 2001
From: hongchao <3228015117@qq.com>
Date: Thu, 11 Sep 2025 15:08:08 +0800
Subject: [PATCH] =?UTF-8?q?=E7=BB=93=E7=AE=97=E9=97=AE=E9=A2=98=E4=BF=AE?=
=?UTF-8?q?=E5=A4=8D?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../mapper/material/settlement/SltAgreementInfoMapper.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/bonus-modules/bonus-material/src/main/resources/mapper/material/settlement/SltAgreementInfoMapper.xml b/bonus-modules/bonus-material/src/main/resources/mapper/material/settlement/SltAgreementInfoMapper.xml
index 127ffcc1..7a55a977 100644
--- a/bonus-modules/bonus-material/src/main/resources/mapper/material/settlement/SltAgreementInfoMapper.xml
+++ b/bonus-modules/bonus-material/src/main/resources/mapper/material/settlement/SltAgreementInfoMapper.xml
@@ -238,6 +238,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
and bai.is_slt = #{sltStatus}
+
+ and bai.is_slt in (0,3)
+
and bai.agreement_code like concat('%',#{agreementCode},'%')