qc_init.sql 339 B

12345
  1. use `qc`;
  2. 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);
  3. delete from sys_dictionary_info where group_type = 0 and is_deleted = 'Y';