From b275361b95784b37dccd33114a0a17cb9793d8fb Mon Sep 17 00:00:00 2001 From: DuanDongmei Date: Mon, 26 Nov 2018 14:33:56 +0800 Subject: [PATCH] =?UTF-8?q?APP=5FRATE=5FLIMIT=E5=AD=97=E5=85=B8sql?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../sql/20181126/insert_app_ratelimit_dict.sql | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/main/resources/sql/20181126/insert_app_ratelimit_dict.sql diff --git a/src/main/resources/sql/20181126/insert_app_ratelimit_dict.sql b/src/main/resources/sql/20181126/insert_app_ratelimit_dict.sql new file mode 100644 index 000000000..752d46432 --- /dev/null +++ b/src/main/resources/sql/20181126/insert_app_ratelimit_dict.sql @@ -0,0 +1,10 @@ +#add app ratelimit dict data +INSERT INTO `sys_data_dictionary_name`(`id`, `module_name`, `mark`, `remark`, `revision`, `create_time`, `modify_time`, `status`) VALUES (144, 'APP限速', 'APP_RATE_LIMIT', '', '', '2018-11-26 10:54:08', '2018-11-26 10:54:08', 1); +INSERT INTO `sys_data_dictionary_item`(`id`, `item_code`, `item_value`, `item_desc`, `item_sort`, `status`, `type`, `dictionary_id`) VALUES (3129, '0.05', '0.05', '0.05', 1, 1, 1, 144); +INSERT INTO `sys_data_dictionary_item`(`id`, `item_code`, `item_value`, `item_desc`, `item_sort`, `status`, `type`, `dictionary_id`) VALUES (3130, '0.1', '0.1', '0.1', 2, 1, 1, 144); +INSERT INTO `sys_data_dictionary_item`(`id`, `item_code`, `item_value`, `item_desc`, `item_sort`, `status`, `type`, `dictionary_id`) VALUES (3131, '0.15', '0.15', '0.15', 3, 1, 1, 144); +INSERT INTO `sys_data_dictionary_item`(`id`, `item_code`, `item_value`, `item_desc`, `item_sort`, `status`, `type`, `dictionary_id`) VALUES (3132, '0.2', '0.2', '0.2', 4, 1, 1, 144); +INSERT INTO `sys_data_dictionary_item`(`id`, `item_code`, `item_value`, `item_desc`, `item_sort`, `status`, `type`, `dictionary_id`) VALUES (3133, '0.25', '0.25', '0.25', 5, 1, 1, 144); +INSERT INTO `sys_data_dictionary_item`(`id`, `item_code`, `item_value`, `item_desc`, `item_sort`, `status`, `type`, `dictionary_id`) VALUES (3134, '0.3', '0.3', '0.3', 6, 1, 1, 144); +INSERT INTO `sys_data_dictionary_item`(`id`, `item_code`, `item_value`, `item_desc`, `item_sort`, `status`, `type`, `dictionary_id`) VALUES (3135, '0.35', '0.35', '0.35', 7, 1, 1, 144); +INSERT INTO `sys_data_dictionary_item`(`id`, `item_code`, `item_value`, `item_desc`, `item_sort`, `status`, `type`, `dictionary_id`) VALUES (3136, '0.4', '0.4', '0.4', 8, 1, 1, 144); \ No newline at end of file