From 29098e96b348b991ac44b55d8ec15430f3b4ceb3 Mon Sep 17 00:00:00 2001 From: liusheng <337615773@qq.com> Date: 星期五, 11 七月 2025 09:52:19 +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