|
@@ -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
|
|
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
|
|
and Encrypt_char(a.tag_name) = b.lib_name) m
|
|
set t.description = m.description, t.explains = m.explains
|
|
set t.description = m.description, t.explains = m.explains
|
|
-where t.concept_id = m.id;
|
|
|
|
|
|
+where t.concept_id = m.id;
|
|
|
|
+
|