liusheng
2024-02-05 0055acf48618f0041468d1f35350c404f48b66eb
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>