diff --git a/src/main/java/com/nis/web/service/configuration/MailCfgService.java b/src/main/java/com/nis/web/service/configuration/MailCfgService.java index e5dcc8427..e2d350583 100644 --- a/src/main/java/com/nis/web/service/configuration/MailCfgService.java +++ b/src/main/java/com/nis/web/service/configuration/MailCfgService.java @@ -153,6 +153,8 @@ public class MailCfgService extends CrudService { } } }else{ + entity.setEditorId(entity.getCurrentUser().getId()); + entity.setEditTime(new Date()); mailCfgDao.updateCfgIndex(entity); //无效子配置后,再新增子配置 mailCfgDao.deleteMailIpCfg(entity); diff --git a/src/main/java/com/nis/web/service/configuration/WebsiteCfgService.java b/src/main/java/com/nis/web/service/configuration/WebsiteCfgService.java index c3e68e4b9..257482063 100644 --- a/src/main/java/com/nis/web/service/configuration/WebsiteCfgService.java +++ b/src/main/java/com/nis/web/service/configuration/WebsiteCfgService.java @@ -184,6 +184,8 @@ public class WebsiteCfgService extends CrudService { } }else{ + entity.setEditorId(entity.getCurrentUser().getId()); + entity.setEditTime(new Date()); websiteCfgDao.updateCfgIndex(entity); //无效子配置后,再新增子配置 websiteCfgDao.deleteHttpIpCfg(entity); @@ -562,6 +564,8 @@ public class WebsiteCfgService extends CrudService { } }else{ + entity.setEditorId(entity.getCurrentUser().getId()); + entity.setEditTime(new Date()); websiteCfgDao.updateCfgIndex(entity); //无效子配置后,再新增子配置 websiteCfgDao.deleteSslIpCfg(entity); @@ -824,6 +828,8 @@ public class WebsiteCfgService extends CrudService { } }else{ + entity.setEditorId(entity.getCurrentUser().getId()); + entity.setEditTime(new Date()); websiteCfgDao.updateCfgIndex(entity); //无效子配置后,再新增子配置 websiteCfgDao.deleteDnsIpCfg(entity); diff --git a/src/main/webapp/WEB-INF/views/log/ntc/mmSampleVoipList.jsp b/src/main/webapp/WEB-INF/views/log/ntc/mmSampleVoipList.jsp index 4d3a66743..d6acfe5a1 100644 --- a/src/main/webapp/WEB-INF/views/log/ntc/mmSampleVoipList.jsp +++ b/src/main/webapp/WEB-INF/views/log/ntc/mmSampleVoipList.jsp @@ -53,14 +53,17 @@ $(document).ready(function(){
- - - - - + + + + + + - -
+ + +
diff --git a/src/main/webapp/WEB-INF/views/report/list.jsp b/src/main/webapp/WEB-INF/views/report/list.jsp index 9dc31f1ad..8030da5a1 100644 --- a/src/main/webapp/WEB-INF/views/report/list.jsp +++ b/src/main/webapp/WEB-INF/views/report/list.jsp @@ -286,16 +286,16 @@ function customColumnClick(){ if(rows.length > 1){ var trtotal=""; if(reportBusinessType=="src_ip_report"){ - trtotal+=":"; + trtotal+=""; }else{ - trtotal+=":"; + trtotal+=""; } for (var k = 0; k < list.length; k++) { trtotal+=""+list[k]+""; } trtotal+="" $('#total').remove(); - $('#'+tableId).append(""); + $('#'+tableId+" tbody").prepend(""); $('#total').html(trtotal); } } @@ -308,7 +308,7 @@ function customColumnClick(){ - +
btn-primary btn-default"> @@ -319,13 +319,15 @@ function customColumnClick(){ +
btn-primary btn-default"> 0 -
+
+
@@ -359,13 +361,15 @@ function customColumnClick(){ - + + - + +