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 | 11 ++++++++++- 1 files changed, 10 insertions(+), 1 deletions(-) diff --git a/ruoyi-project/src/main/resources/mapper/project/ServiceFundMapper.xml b/ruoyi-project/src/main/resources/mapper/project/ServiceFundMapper.xml index 81d136d..fee27fe 100644 --- a/ruoyi-project/src/main/resources/mapper/project/ServiceFundMapper.xml +++ b/ruoyi-project/src/main/resources/mapper/project/ServiceFundMapper.xml @@ -277,7 +277,16 @@ <update id="updateFundTaxIdById"> update service_fund <set> - fund_tax_id = #{fundTaxId} + fund_tax_id = #{fundTaxId}, + fundtaxtime = null + </set> + where id = #{id} + </update> + <update id="updateFundIsTexById"> + update service_fund + <set> + istax = #{isTax}, + fundtaxtime = null </set> where id = #{id} </update> -- Gitblit v1.9.3