ipType、ipPattern、portPattern
三个参数变化,动态设置ip和端口默认值
This commit is contained in:
@@ -60,10 +60,11 @@ public class AvContentController extends BaseController {
|
||||
@ModelAttribute("voipAccountIds")String voipAccountIds){
|
||||
try{
|
||||
avContentCfgService.saveOrUpdateAvVoip(cfg,voipIpIds,voipAccountIds);
|
||||
addMessage(model,"save_success");
|
||||
}catch(Exception e){
|
||||
logger.error("voip信息保存失败",e);
|
||||
e.printStackTrace();
|
||||
addMessage(model,"save_voip_failed");
|
||||
addMessage(model,"save_failed");
|
||||
}
|
||||
|
||||
return "redirect:" + adminPath +"/ntc/av/voipList?functionId="+cfg.getFunctionId();
|
||||
|
||||
Reference in New Issue
Block a user