From bcd1e9f279b3c42c26e1299dea4a43968d6d6b13 Mon Sep 17 00:00:00 2001 From: zhanghua <314079846@qq.com> Date: 星期五, 03 三月 2023 10:41:30 +0800 Subject: [PATCH] 补签代码 --- ycl-platform/src/main/resources/mapper/caseHandler/PartyInfoMapper.xml | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ycl-platform/src/main/resources/mapper/caseHandler/PartyInfoMapper.xml b/ycl-platform/src/main/resources/mapper/caseHandler/PartyInfoMapper.xml index ad8472e..561df96 100644 --- a/ycl-platform/src/main/resources/mapper/caseHandler/PartyInfoMapper.xml +++ b/ycl-platform/src/main/resources/mapper/caseHandler/PartyInfoMapper.xml @@ -38,9 +38,9 @@ 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> -- Gitblit v1.8.0