소스 검색

测试下

zhoutg 5 년 전
부모
커밋
4fc0ae521f
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  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;
+