| | |
| | | "http://mybatis.org/dtd/mybatis-3-mapper.dtd"> |
| | | <mapper namespace="com.ruoyi.project.mapper.ServiceReimbursementpayeeSharedMapper"> |
| | | |
| | | <resultMap type="ServiceReimbursementpayeeShared" id="ServiceReimbursementpayeeSharedResult"> |
| | | <resultMap type="com.ruoyi.project.domain.ServiceReimbursementpayeeShared" id="ServiceReimbursementpayeeSharedResult"> |
| | | <result property="id" column="id" /> |
| | | <result property="rpid" column="rpid" /> |
| | | <result property="rbid" column="rbid" /> |
| | |
| | | select id, rpid, 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_shared |
| | | </sql> |
| | | |
| | | <select id="selectServiceReimbursementpayeeSharedList" parameterType="ServiceReimbursementpayeeShared" resultMap="ServiceReimbursementpayeeSharedResult"> |
| | | <select id="selectServiceReimbursementpayeeSharedList" parameterType="com.ruoyi.project.domain.ServiceReimbursementpayeeShared" resultMap="ServiceReimbursementpayeeSharedResult"> |
| | | <include refid="selectServiceReimbursementpayeeSharedVo"/> |
| | | <where> |
| | | <if test="rpid != null "> and rpid = #{rpid}</if> |