liusheng
2 天以前 55aac55195dc2bd404042ec099045fee8ac73e81
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>