1、修改HTTP/DNS/SSL/MAIL/FTP配置、列表界面字典参数项,以及增加区域管控的查看连接;

2、音视频样例状态修改提交服务接口参数修改,以及界面必填项标识增加;

3、所有数据角色非admin用户过滤配置审核取消的配置;

4、修改功能配置域字典排序。

Signed-off-by: zhangwei <zhangwei@intranet.com>
This commit is contained in:
zhangwei
2018-06-05 18:25:40 +08:00
parent 02177e655c
commit f18dc424ac
21 changed files with 192 additions and 329 deletions

View File

@@ -165,10 +165,8 @@ public class AvCfgService extends BaseService{
cfg.setCompileId(entity.getCompileId());
cfg.setServiceId(entity.getServiceId());
list.add(cfg);
Map map = new HashMap();
map.put("updateStatCfgList", list);
//调用服务接口取消配置
String json=gsonToJson(map);
String json=gsonToJson(list);
logger.info("音视频文件样例下发配置参数:"+json);
//调用服务接口下发配置
ToMaatResult result = ConfigServiceUtil.put(json,2);
@@ -205,10 +203,8 @@ public class AvCfgService extends BaseService{
cfg.setCompileId(entity.getCompileId());
cfg.setServiceId(entity.getServiceId());
list.add(cfg);
Map map = new HashMap();
map.put("updateStatCfgList", list);
//调用服务接口取消配置
String json=gsonToJson(map);
String json=gsonToJson(list);
logger.info("标志样例下发配置参数:"+json);
//调用服务接口取消配置
ToMaatResult result = ConfigServiceUtil.put(json, 2);