liusheng
2025-08-12 65314b14210a175bae095649584614973b3619df
ruoyi-project/src/main/resources/mapper/project/ServiceFundSharedMapper.xml
@@ -122,7 +122,7 @@
               riqi,
               bh,
               checkstatus,
               applytime,
               apply_time,
               performancetype
        from service_fund_shared
    </sql>
@@ -130,7 +130,7 @@
    <select id="getFundShareInfoById" resultType="com.ruoyi.project.domain.ServiceFundShared"
            resultMap="ServiceFundSharedResult">
        <include refid="selectServiceFundSharedVo"/>
        where serfunid = #{fundid}
        where serfunid = #{fundid} and del_flag=0
    </select>
    <select id="selectServiceFundSharedList" parameterType="ServiceFundShared" resultMap="ServiceFundSharedResult">