liusheng
2024-07-22 1cff3842cca26d770bdba4f8fd2143742342b093
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>