liusheng
2023-09-21 bdb5b994b566f50dd0acac4b02fc697c656fc94e
ruoyi-project/src/main/resources/mapper/project/ServiceFundMapper.xml
@@ -54,6 +54,8 @@
        <result property="backflowlevel" column="backFlowLevel"/>
        <result property="zffs" column="zffs"/>
        <result property="riqi" column="riqi"/>
        <result property="bh" column="bh"/>
        <result property="checkstatus" column="checkstatus"/>
    </resultMap>
@@ -107,11 +109,13 @@
               backflowlevel,
               FlowLevel,
               zffs,
               riqi
               riqi,
               bh,
               checkstatus
        from service_fund
    </sql>
    <select id="selectServiceFundList" parameterType="ServiceFund" resultMap="ServiceFundResult">
    <select id="selectServiceFundList" parameterType="com.ruoyi.project.domain.ServiceFund" resultMap="ServiceFundResult">
        <include refid="selectServiceFundVo"/>
        where del_flag = '0'