smartor/src/main/resources/mapper/smartor/SvyLibTemplateMapper.xml
@@ -124,6 +124,7 @@ icd10_association group by outid) b ON a.del_flag = 0 AND a.svyid = b.outid WHERE 1=1 <if test="orgid != null and orgid != ''"> and orgid = #{orgid}</if> AND a.del_flag=0 <if test="categoryid != null ">and a.categoryid = #{categoryid}</if>