| | |
| | | udd3.name nation_text |
| | | FROM |
| | | ums_party_info upi |
| | | LEFT JOIN ums_data_dictionary udd on upi.certificate_type = udd.id and udd.type_code = '03' |
| | | LEFT JOIN ums_data_dictionary udd2 on upi.education_degree = udd2.id and udd2.type_code = '04' |
| | | LEFT JOIN ums_data_dictionary udd3 on upi.nation = udd3.id and udd3.type_code = '05' |
| | | LEFT JOIN ums_data_dictionary udd on upi.certificate_type = udd.id |
| | | LEFT JOIN ums_data_dictionary udd2 on upi.education_degree = udd2.id |
| | | LEFT JOIN ums_data_dictionary udd3 on upi.nation = udd3.id |
| | | WHERE |
| | | upi.`id` = #{id} |
| | | </select> |