liusheng
2023-12-21 39690826c97e937d066b475059ee92d040c3155f
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>