diff --git a/src/main/resources/sql/20181210/add_data_dictionary_item.sql b/src/main/resources/sql/20181210/add_data_dictionary_item.sql new file mode 100644 index 000000000..548e1cc0a --- /dev/null +++ b/src/main/resources/sql/20181210/add_data_dictionary_item.sql @@ -0,0 +1,3 @@ +#增加link_id字典信息 +INSERT INTO `sys_data_dictionary_name` (`id`, `module_name`, `mark`, `remark`, `revision`, `create_time`, `modify_time`, `status`) VALUES ('147', '串联设备链路号', 'LINK', '串联设备链路号', 'user:管理员,2018-12-10 12:51:45edit|user:管理员,2018-12-03 18:39:24edit', '2018-12-03 16:13:24', '2018-12-10 12:51:45', '1'); +INSERT INTO `sys_data_dictionary_item` (`id`, `item_code`, `item_value`, `item_desc`, `item_sort`, `status`, `type`, `dictionary_id`) VALUES ('3200', '0', '0', '0', '0', '1', '1', '147');