| | |
| | | <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"/> |
| | |
| | | <result property="applicantusername" column="ApplicantUserName"/> |
| | | <result property="applicanttime" column="ApplicantTime"/> |
| | | <result property="checkuserid" column="CheckUserID"/> |
| | | <result property="caseno" column="CaseNo"/> |
| | | <result property="checkusername" column="CheckUserName"/> |
| | | <result property="checktime" column="CheckTime"/> |
| | | <result property="checksuggestion" column="CheckSuggestion"/> |
| | |
| | | <result property="residencecommunityname" column="ResidenceCommunityName"/> |
| | | <result property="residencecountycode" column="ResidenceCountyCode"/> |
| | | <result property="residencecountyname" column="ResidenceCountyName"/> |
| | | <result property="organcharge" column="organcharge"/> |
| | | <result property="organchargeoperator" column="organchargeoperator"/> |
| | | <result property="organchargedate" column="organchargedate"/> |
| | | <result property="organamount" column="organamount"/> |
| | | <result property="chargestate" column="chargestate"/> |
| | | <result property="organchargedesc" column="organchargedesc"/> |
| | | <result property="notgetreason" column="notgetreason"/> |
| | | <result property="transplantstate" column="transplantstate"/> |
| | | </resultMap> |
| | | |
| | | <sql id="selectServiceDonateorganVo"> |
| | |
| | | OrganState, |
| | | OrganNumber, |
| | | OrganGetTime, |
| | | CaseNo, |
| | | OrganGetDoct, |
| | | GainHospitalNo, |
| | | GainHospitalName, |
| | |
| | | CheckTime, |
| | | CheckSuggestion, |
| | | AllocationStatus, |
| | | EstimatedTime, |
| | | Name, |
| | | Sex, |
| | | IDCardType, |
| | |
| | | ResidenceCommunity, |
| | | ResidenceCommunityName, |
| | | ResidenceCountyCode, |
| | | ResidenceCountyName |
| | | ResidenceCountyName, |
| | | organcharge, |
| | | organchargeoperator, |
| | | organchargedate, |
| | | organamount, |
| | | chargestate, |
| | | organchargedesc, |
| | | notgetreason, |
| | | transplantstate |
| | | from service_donateorgan |
| | | </sql> |
| | | |
| | |
| | | <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('%', |