|  |  | 
 |  |  | PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" | 
 |  |  | "http://mybatis.org/dtd/mybatis-3-mapper.dtd"> | 
 |  |  | <mapper namespace="com.ruoyi.project.mapper.ServiceMedicalevaluationMapper"> | 
 |  |  |      | 
 |  |  |  | 
 |  |  |     <resultMap type="com.ruoyi.project.domain.ServiceMedicalevaluation" id="ServiceMedicalevaluationResult"> | 
 |  |  |         <result property="id"    column="ID"    /> | 
 |  |  |         <result property="infoid"    column="InfoID"    /> | 
 |  |  | 
 |  |  |             <if test="endtime != null ">  and `service_medicalevaluation`.CoreTeamAssessTime <= #{endtime}</if> | 
 |  |  |             <if test="reporterno != null  and reporterno != ''"> and `service_donatebaseinfo`.ReporterNo = #{reporterno}</if> | 
 |  |  |             <if test="city != null and city != ''"> and `base_organization`.`City` = #{city}</if> | 
 |  |  |             service_medicalevaluation.del_flag != 1 | 
 |  |  |     </where> | 
 |  |  |  | 
 |  |  |         order by `service_medicalevaluation`.`create_time` desc, |