liusheng
5 天以前 29098e96b348b991ac44b55d8ec15430f3b4ceb3
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>