liusheng
2023-12-19 17d2888a18050163921f71829656c91266f32fac
ruoyi-project/src/main/resources/mapper/project/ServiceFundMapper.xml
@@ -58,6 +58,8 @@
        <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>
@@ -115,7 +117,9 @@
               bh,
               checkstatus,
               performancetype,
               istax
               istax,
               applyTime,
               fundtaxtime
        from service_fund
    </sql>