liusheng
2024-01-18 e129e1b5d9be70e516d0f1ca6b7c5d5eca864a1b
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>