liusheng
2023-09-27 da3edb56ef670c58f6de09d28fde986d6be5a845
ruoyi-project/src/main/resources/mapper/project/ServiceFundMapper.xml
@@ -56,6 +56,7 @@
        <result property="riqi" column="riqi"/>
        <result property="bh" column="bh"/>
        <result property="checkstatus" column="checkstatus"/>
        <result property="performancetype" column="performancetype"/>
    </resultMap>
@@ -111,11 +112,13 @@
               zffs,
               riqi,
               bh,
               checkstatus
               checkstatus,
               performancetype
        from service_fund
    </sql>
    <select id="selectServiceFundList" parameterType="com.ruoyi.project.domain.ServiceFund" resultMap="ServiceFundResult">
    <select id="selectServiceFundList" parameterType="com.ruoyi.project.domain.ServiceFund"
            resultMap="ServiceFundResult">
        <include refid="selectServiceFundVo"/>
        where del_flag = '0'