| | |
| | | ld.sample_name sampleName, |
| | | ld.specifications_models specificationsModels, |
| | | ld.unit unit, |
| | | ld.experiment experiment, |
| | | ld.samples_number samplesNumber, |
| | | ld.remarks remarks |
| | | FROM link_basic_information lb left join |
| | |
| | | <result property="entrustCoding" column="entrustCoding"/> |
| | | <result property="contacts" column="contacts"/> |
| | | <result property="contactNumber" column="contactNumber"/> |
| | | <result property="entrusted" column="entrusted"/> |
| | | <result property="contactAddress" column="contactAddress"/> |
| | | <result property="uid" column="uid"/> |
| | | <result property="completionDeadline" column="completionDeadline"/> |
| | |
| | | <result property="unit" column="unit"/> |
| | | <result property="samplesNumber" column="samplesNumber"/> |
| | | <result property="remarks" column="remarks"/> |
| | | <result property="experiment" column="experiment"/> |
| | | </collection> |
| | | </resultMap> |
| | | </mapper> |