Sfoglia il codice sorgente

删除已执行的sql

zhoutg 5 anni fa
parent
commit
91d03e2351
1 ha cambiato i file con 1 aggiunte e 2 eliminazioni
  1. 1 2
      doc/006.20200602数据导入/qc_init.sql

+ 1 - 2
doc/006.20200602数据导入/qc_init.sql

@@ -2,5 +2,4 @@ use `qc`;
 
 INSERT INTO `qc_mode` (`id`, `name`, `order_no`, `parent_id`, `is_deleted`, `gmt_create`, `gmt_modified`, `creator`, `modifier`, `remark`) VALUES ('56', '日常病程录', '210', '37', 'N', '1970-01-01 12:00:00', '1970-01-01 12:00:00', '0', '0', NULL);
 
-delete from sys_dictionary_info where group_type = 0 and is_deleted = 'Y';
-INSERT INTO `sys_dictionary_info` (`id`, `is_deleted`, `gmt_create`, `gmt_modified`, `creator`, `modifier`, `group_type`, `name`, `val`, `return_type`, `order_no`, `remark`) VALUES ('286', 'N', '1970-01-01 12:00:00', '1970-01-01 12:00:00', '0', '0', '12', '日常病程录', '56', '1', '286', '所属模块');
+delete from sys_dictionary_info where group_type = 0 and is_deleted = 'Y';