voip日志接口修改为ntcVoipLogs
音视频外部程序目录固定 bgp日志缺少scene file属性更改
This commit is contained in:
@@ -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);
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user