| | |
| | | "http://mybatis.org/dtd/mybatis-3-mapper.dtd"> |
| | | <mapper namespace="com.ruoyi.project.mapper.ServiceReimbursementMapper"> |
| | | |
| | | <resultMap type="ServiceReimbursement" id="ServiceReimbursementResult"> |
| | | <resultMap type="com.ruoyi.project.domain.ServiceReimbursement" id="ServiceReimbursementResult"> |
| | | <result property="id" column="ID"/> |
| | | <result property="delFlag" column="del_flag"/> |
| | | <result property="createBy" column="create_by"/> |
| | |
| | | <result property="donorremark" column="donorremark"/> |
| | | <result property="donoramount" column="donoramount"/> |
| | | <result property="donorrelatives" column="donorrelatives"/> |
| | | <result property="backflowlevel" column="backFlowLevel"/> |
| | | <result property="zffs" column="zffs"/> |
| | | <result property="riqi" column="riqi"/> |
| | | </resultMap> |
| | | |
| | | <sql id="selectServiceReimbursementVo"> |
| | |
| | | donorbankcard, |
| | | donorremark, |
| | | donoramount, |
| | | donorrelatives |
| | | donorrelatives, |
| | | backFlowLevel, |
| | | zffs, |
| | | riqi |
| | | from service_reimbursement |
| | | </sql> |
| | | |
| | | <select id="selectServiceReimbursementList" parameterType="ServiceReimbursement" |
| | | <select id="selectServiceReimbursementList" parameterType="com.ruoyi.project.domain.ServiceReimbursement" |
| | | resultMap="ServiceReimbursementResult"> |
| | | <include refid="selectServiceReimbursementVo"/> |
| | | <where> |