liusheng
2024-02-26 b891387422e8af819a59dafa3c650cd4e3dc43dc
ruoyi-project/src/main/resources/mapper/project/ServiceFundMapper.xml
@@ -58,7 +58,11 @@
        <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"/>
        <result property="applyTime" column="apply_time"/>
        <result property="uploadStates" column="upload_states"/>
        <result property="notes" column="notes"/>
    </resultMap>
    <sql id="selectServiceFundVo">
@@ -115,7 +119,11 @@
               bh,
               checkstatus,
               performancetype,
               istax
               istax,
               apply_time,
               fundtaxtime,
               upload_states,
               notes
        from service_fund
    </sql>