select ID,
               InfoID,
               DonorNo,
               summary_id,
               DonorName,
               del_flag,
               create_by,
               create_time,
               update_by,
               update_time,
               UserNo,
               UserName,
               UnitName,
               UnitNo,
               UnitUserNo,
               PretaxCost,
               TaxedCost,
               Phone,
               AnnexBankCard,
               AnnexRegistForm,
               AmountRequested,
               ApplyType,
               PrepaidAmount,
               InvoiceCount,
               AttachCount,
               ManagerNo,
               ManagerName,
               DeptmentNo,
               DeptmentName,
               OPOchecker,
               FinVicePresident,
               president,
               BusVicePresident,
               OfficeDirector,
               FinanceDirector,
               FinanceChecher,
               TotalCost,
               ProcurementCost,
               ExpertCost,
               EthicsCost,
               MedicalCost,
               FamilyCost,
               AftercareCost,
               Remark,
               RecordStatus,
               uploadflag,
               uploadtime,
               backflowlevel,
               FlowLevel,
               zffs,
               riqi,
               bh,
               checkstatus,
               performancetype,
               istax,
               apply_time,
               fundtaxtime,
               upload_states,
               jxrq,
               notes,
               TaxCost,
               fund_tax_id
        from service_fund
    
    
    
    
    
    
    
    
        update service_fund
        
            fund_tax_id = #{fundTaxId},
            fundtaxtime = null
        
        where id = #{id}
    
    
        update service_fund
        
            istax = #{isTax},
            fundtaxtime = null
        
        where id = #{id}