From 8351280ca1da09465accbd1a91f57621b130976a Mon Sep 17 00:00:00 2001
From: liusheng <337615773@qq.com>
Date: 星期二, 08 七月 2025 16:23:46 +0800
Subject: [PATCH] 代码提交

---
 ruoyi-project/src/main/resources/mapper/project/ServiceFundMapper.xml |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/ruoyi-project/src/main/resources/mapper/project/ServiceFundMapper.xml b/ruoyi-project/src/main/resources/mapper/project/ServiceFundMapper.xml
index 16808bb..fee27fe 100644
--- a/ruoyi-project/src/main/resources/mapper/project/ServiceFundMapper.xml
+++ b/ruoyi-project/src/main/resources/mapper/project/ServiceFundMapper.xml
@@ -282,4 +282,12 @@
         </set>
         where id = #{id}
     </update>
+    <update id="updateFundIsTexById">
+        update service_fund
+        <set>
+            istax = #{isTax},
+            fundtaxtime = null
+        </set>
+        where id = #{id}
+    </update>
 </mapper>

--
Gitblit v1.9.3