ruoyi-project/src/main/resources/mapper/project/ServiceMedicalevaluationMapper.xml
@@ -111,6 +111,7 @@ <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,