| | |
| | | service_donatebaseinfo.Sex as sex, |
| | | service_donatebaseinfo.Age as age, |
| | | service_donatebaseinfo.AgeUnit as ageUnit, |
| | | service_donatebaseinfo.Birthday as irthday, |
| | | service_donatebaseinfo.Birthday as birthday, |
| | | service_donatebaseinfo.Phone as phone, |
| | | service_donatebaseinfo.Nationality as nationality, |
| | | service_donatebaseinfo.NativePlace as nativePlace, |
| | |
| | | base_organization.OrganizationID = service_donatebaseinfo.TreatmentHospitalNo |
| | | |
| | | <where> |
| | | service_donatebaseinfo.del_flag=0 |
| | | and service_ethicalreviewopinions.del_flag=0 |
| | | <if test="donorno != null and donorno != ''">and `service_donatebaseinfo`.`DonorNo` = #{donorno}</if> |
| | | <if test="name != null and name != ''">and `service_donatebaseinfo`.`Name` like concat('%', #{name}, '%') |
| | | </if> |
| | |
| | | and create_time <= #{endtime} |
| | | </select> |
| | | |
| | | </mapper> |
| | | </mapper> |