liusheng
2023-12-17 56a3e954b2dc248fa3fa97e2ba4f41bfaf36d878
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,8 @@
               bh,
               checkstatus,
               performancetype,
               istax
               istax,
               fundtaxtime
        from service_fund
    </sql>