From b5f199acbc13135a7a92ee2b7c8e46172d9de61f Mon Sep 17 00:00:00 2001 From: zhangwei Date: Sun, 21 Oct 2018 12:07:21 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E8=A7=86=E9=A2=91=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E6=98=AF=E5=90=A6=E8=BD=AC=E6=8D=A2=E4=B8=BA=E5=85=B3?= =?UTF-8?q?=E9=94=AE=E5=B8=A7=E5=9B=BE=E7=89=87=E7=9A=84=E5=AD=97=E5=85=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/sql/20181021/add_dictionary.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 src/main/resources/sql/20181021/add_dictionary.sql diff --git a/src/main/resources/sql/20181021/add_dictionary.sql b/src/main/resources/sql/20181021/add_dictionary.sql new file mode 100644 index 000000000..f8f4936a3 --- /dev/null +++ b/src/main/resources/sql/20181021/add_dictionary.sql @@ -0,0 +1,4 @@ +INSERT INTO `sys_data_dictionary_name` (`id`, `module_name`, `mark`, `remark`, `revision`, `create_time`, `modify_time`, `status`) VALUES ('121', '视频转图片关键帧', 'VIDEO_TO_PICTURE', '用于判断视频样例配置是否转为关键帧图片生成样例文件,词条标识为function_id,值为布尔类型,是则转关键帧图片再生成样例,否则保持源文件生成样例', 'user:管理员,2018-10-19 16:26:12edit', '2018-10-19 15:32:20', '2018-10-19 16:26:12', '1'); +INSERT INTO `sys_data_dictionary_item` (`id`, `item_code`, `item_value`, `item_desc`, `item_sort`, `status`, `type`, `dictionary_id`) VALUES ('2752', '29', 'true', '', '0', '1', '1', '121'); +INSERT INTO `sys_data_dictionary_item` (`id`, `item_code`, `item_value`, `item_desc`, `item_sort`, `status`, `type`, `dictionary_id`) VALUES ('2753', '632', 'true', '', '0', '1', '1', '121'); +