liusheng
2023-12-19 78ee837585bf67ca1b462db6adbdb8135de05fb8
ruoyi-project/src/main/resources/mapper/project/ServiceFundMapper.xml
@@ -57,6 +57,9 @@
        <result property="bh" column="bh"/>
        <result property="checkstatus" column="checkstatus"/>
        <result property="performancetype" column="performancetype"/>
        <result property="istax" column="istax"/>
        <result property="fundtaxtime" column="fundtaxtime"/>
        <result property="applyTime" column="apply_time"/>
    </resultMap>
@@ -113,7 +116,10 @@
               riqi,
               bh,
               checkstatus,
               performancetype
               performancetype,
               istax,
               apply_time,
               fundtaxtime
        from service_fund
    </sql>