Browse Source

脚本更新

chengyao 4 years ago
parent
commit
0d053cc6d5
1 changed files with 1 additions and 0 deletions
  1. 1 0
      doc/031.20210326v2.0.2/qc_initv2.0.2.sql

+ 1 - 0
doc/031.20210326v2.0.2/qc_initv2.0.2.sql

@@ -396,5 +396,6 @@ CREATE TABLE `med_index_relevance` (
 SET @id ='4';
 INSERT INTO `sys_task_cron` ( `is_deleted`, `gmt_create`, `gmt_modified`, `creator`, `modifier`, `cron_code`, `cron`, `param`, `is_used`, `remark`) VALUES ( 'N', '1970-01-01 12:00:00', '1970-01-01 12:00:00', '0', '0', 'TASK_INDEX', '0 0 3 * * ?', @id, '1', '获取当前时间前一天的病案指标');
 
+alter table str_informed_consent  modify column content text COMMENT '文书解析内容'