| | |
| | | "http://mybatis.org/dtd/mybatis-3-mapper.dtd"> |
| | | <mapper namespace="com.ruoyi.project.mapper.ServiceDonatefollowupMapper"> |
| | | |
| | | <resultMap type="ServiceDonatefollowup" id="ServiceDonatefollowupResult"> |
| | | <resultMap type="com.ruoyi.project.domain.ServiceDonatefollowup" id="ServiceDonatefollowupResult"> |
| | | <result property="id" column="ID" /> |
| | | <result property="seqno" column="seqNo" /> |
| | | <result property="infoid" column="InfoID" /> |
| | |
| | | <result property="followupdescribe" column="followupDescribe" /> |
| | | <result property="followupno" column="followupNo" /> |
| | | <result property="followuptime" column="followupTime" /> |
| | | <result property="delFlag" column="del_flag" /> |
| | | <result property="del_flag" column="del_flag" /> |
| | | <result property="createBy" column="create_by" /> |
| | | <result property="createTime" column="create_time" /> |
| | | <result property="updateBy" column="update_by" /> |
| | |
| | | select ID, seqNo, InfoID, OrganID, recipientName, recipientPhone, recipientDescribe, hospitalNo, hospitalName, hospitalDept, doctorName, doctorPhone, doctorDescribe, donateResult, followupDescribe, followupNo, followupTime, del_flag, create_by, create_time, update_by, update_time from service_donatefollowup |
| | | </sql> |
| | | |
| | | <select id="selectServiceDonatefollowupList" parameterType="ServiceDonatefollowup" resultMap="ServiceDonatefollowupResult"> |
| | | <select id="selectServiceDonatefollowupList" parameterType="com.ruoyi.project.domain.ServiceDonatefollowup" resultMap="ServiceDonatefollowupResult"> |
| | | <include refid="selectServiceDonatefollowupVo"/> |
| | | <where> |
| | | <if test="seqno != null "> and seqNo = #{seqno}</if> |