liusheng
2024-03-05 0c5e744bd9b52147c7fc273ec8fe7bd7afea0ebb
ruoyi-project/src/main/resources/mapper/project/ServiceFundMapper.xml
@@ -59,7 +59,10 @@
        <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">
@@ -117,7 +120,10 @@
               checkstatus,
               performancetype,
               istax,
               fundtaxtime
               apply_time,
               fundtaxtime,
               upload_states,
               notes
        from service_fund
    </sql>