From 55aac55195dc2bd404042ec099045fee8ac73e81 Mon Sep 17 00:00:00 2001 From: liusheng <337615773@qq.com> Date: 星期三, 02 七月 2025 21:48:53 +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