voip日志接口修改为ntcVoipLogs

音视频外部程序目录固定
bgp日志缺少scene file属性更改
This commit is contained in:
duandongmei
2018-10-16 11:04:21 +08:00
parent 35e0446279
commit bc0b5cf850
5 changed files with 13 additions and 11 deletions

View File

@@ -11,9 +11,9 @@ VALUES
INSERT INTO sys_data_dictionary_item
(`id`, `item_code`, `item_value`, `item_desc`, `item_sort`, `status`, `type`, `dictionary_id`)
VALUES
(2704, '2', 'stronger_strong_intensity', '<EFBFBD><EFBFBD>ǿ', 0, 1, 1, 116);
(2704, '2', 'strong_intensity', 'ǿ', 0, 1, 1, 116);
INSERT INTO sys_data_dictionary_item
(`id`, `item_code`, `item_value`, `item_desc`, `item_sort`, `status`, `type`, `dictionary_id`)
VALUES
(2705, '3', 'strong_intensity', 'ǿ', 0, 1, 1, 116);
(2705, '3', 'stronger_intensity', '<EFBFBD><EFBFBD>ǿ', 0, 1, 1, 116);

View File

@@ -1,2 +1,3 @@
update function_service_dict set is_valid=0 where dict_id=137 ;
update function_service_dict set function_id=5 where dict_id=108
update function_service_dict set function_id=5,region_code=4 where dict_id=108
update function_region_dict set function_id=5,config_region_value='PXY_INTERCEPT_IP' where dict_id=228