liusheng
2024-02-05 22f2171b2f5a5cd594ea027860207bf3646f1f9d
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,
               apply_time,
               fundtaxtime
        from service_fund
    </sql>