修改重定向应答码的排序

Signed-off-by: zhangwei <zhangwei@intranet.com>
This commit is contained in:
zhangwei
2018-07-30 10:48:46 +08:00
parent eef7c64efe
commit 0f4b9e9ecb

View File

@@ -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';