| | |
| | | <result property="reallocationreason" column="ReallocationReason"/> |
| | | <result property="transplantdoct" column="TransplantDoct"/> |
| | | <result property="transplanttime" column="TransplantTime"/> |
| | | <result property="estimatedtime" column="EstimatedTime"/> |
| | | <result property="isbiopsybefore" column="IsBiopsyBefore"/> |
| | | <result property="isbiopsyafter" column="IsBiopsyAfter"/> |
| | | <result property="ismarginalorgan" column="IsMarginalOrgan"/> |
| | |
| | | CheckTime, |
| | | CheckSuggestion, |
| | | AllocationStatus, |
| | | EstimatedTime, |
| | | Name, |
| | | Sex, |
| | | IDCardType, |
| | |
| | | <if test="organstate != null ">and OrganState = #{organstate}</if> |
| | | <if test="organnumber != null and organnumber != ''">and OrganNumber = #{organnumber}</if> |
| | | <if test="organgettime != null ">and OrganGetTime = #{organgettime}</if> |
| | | <if test="estimatedtime != null ">and EstimatedTime = #{estimatedtime}</if> |
| | | <if test="organgetdoct != null and organgetdoct != ''">and OrganGetDoct = #{organgetdoct}</if> |
| | | <if test="gainhospitalno != null and gainhospitalno != ''">and GainHospitalNo = #{gainhospitalno}</if> |
| | | <if test="gainhospitalname != null and gainhospitalname != ''">and GainHospitalName like concat('%', |