diff --git a/src/main/resources/sql/update_redirect_code_dict_order.sql b/src/main/resources/sql/update_redirect_code_dict_order.sql new file mode 100644 index 000000000..ec2c4bfd6 --- /dev/null +++ b/src/main/resources/sql/update_redirect_code_dict_order.sql @@ -0,0 +1,2 @@ +update sys_data_dictionary_item set item_sort=1 where dictionary_id=(select id from sys_data_dictionary_name where mark='REDIRECT_RESPONSE_CODE') and item_code='302'; +update sys_data_dictionary_item set item_sort=2 where dictionary_id=(select id from sys_data_dictionary_name where mark='REDIRECT_RESPONSE_CODE') and item_code='301';