liusheng
2024-02-22 d5c2c0762ccbb2bb33635f99480d404f1fb10d5a
ruoyi-project/src/main/resources/mapper/project/ServiceFundMapper.xml
@@ -60,7 +60,9 @@
        <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">
@@ -119,7 +121,9 @@
               performancetype,
               istax,
               apply_time,
               fundtaxtime
               fundtaxtime,
               upload_states,
               notes
        from service_fund
    </sql>