zhoutg 5 år sedan
förälder
incheckning
4fc0ae521f
1 ändrade filer med 2 tillägg och 1 borttagningar
  1. 2 1
      docs/031.2020-03-20智能分诊初始化脚本/init_med.sql

+ 2 - 1
docs/031.2020-03-20智能分诊初始化脚本/init_med.sql

@@ -23,4 +23,5 @@ update `med`.kl_symptom t,
     where a.is_deleted = 'N' and b.is_deleted = 'N' and  b.lib_type = 1 and a.type = 1 and a.tag_type = 4
     and Encrypt_char(a.tag_name) = b.lib_name) m
 set t.description = m.description, t.explains = m.explains
-where t.concept_id = m.id;
+where t.concept_id = m.id;
+