yxh
yxh
2023-05-10 6a746727b2149ba3a8f1ddcb97ca38c6687788c8
ruoyi-project/src/main/resources/mapper/project/ServiceReimbursementpayeeMapper.xml
@@ -27,30 +27,10 @@
    </resultMap>
    <sql id="selectServiceReimbursementpayeeVo">
        select id,
               rbid,
               orderno,
               persontype,
               personname,
               bankname,
               bankcardno,
               amount,
               phone,
               familyrelations,
               paiddate,
               remark,
               del_flag,
               create_by,
               create_time,
               update_by,
               update_time,
               uploadflag,
               uploadtime
        from service_reimbursementpayee
        select id, rbid, orderno, persontype, personname, bankname, bankcardno, amount, phone, familyrelations, paiddate, remark, del_flag, create_by, create_time, update_by, update_time, uploadflag, uploadtime from service_reimbursementpayee
    </sql>
    <select id="selectServiceReimbursementpayeeList" parameterType="ServiceReimbursementpayee"
            resultMap="ServiceReimbursementpayeeResult">
    <select id="selectServiceReimbursementpayeeList" parameterType="ServiceReimbursementpayee" resultMap="ServiceReimbursementpayeeResult">
        <include refid="selectServiceReimbursementpayeeVo"/>
        <where>
            <if test="rbid != null ">and rbid = #{rbid}</if>
@@ -88,5 +68,4 @@
        ORDER BY a.id desc
    </select>
</mapper>