smartor/src/main/resources/mapper/smartor/SvyLibTemplateMapper.xml
@@ -108,7 +108,7 @@ b.icd10name FROM svy_lib_template a JOIN (select outid,GROUP_CONCAT(icd10code) as icd10code,GROUP_CONCAT(icd10name) as icd10name from LEFT JOIN (select outid,GROUP_CONCAT(icd10code) as icd10code,GROUP_CONCAT(icd10name) as icd10name from icd10_association group by outid) b ON a.del_flag = 0 AND a.svyid = b.outid <where>