修改时间,修改人添加
This commit is contained in:
@@ -472,6 +472,8 @@ public class DomainService extends CrudService<DomainDao,HttpUrlCfg> {
|
|||||||
}
|
}
|
||||||
|
|
||||||
}else{
|
}else{
|
||||||
|
entity.setEditTime(new Date());
|
||||||
|
entity.setEditorId(entity.getCurrentUser().getId());
|
||||||
websiteCfgDao.updateCfgIndex(entity);
|
websiteCfgDao.updateCfgIndex(entity);
|
||||||
//无效子配置后,再新增子配置
|
//无效子配置后,再新增子配置
|
||||||
websiteCfgDao.deleteHttpUrlCfg(entity);
|
websiteCfgDao.deleteHttpUrlCfg(entity);
|
||||||
|
|||||||
@@ -144,6 +144,8 @@ public class IpCfgService extends CrudService<IpCfgDao,BaseIpCfg> {
|
|||||||
}
|
}
|
||||||
|
|
||||||
}else{
|
}else{
|
||||||
|
entity.setEditTime(new Date());
|
||||||
|
entity.setEditorId(entity.getCurrentUser().getId());
|
||||||
ipCfgDao.updateCfgIndex(entity);
|
ipCfgDao.updateCfgIndex(entity);
|
||||||
//无效子配置后,再新增子配置
|
//无效子配置后,再新增子配置
|
||||||
ipCfgDao.deleteIpCfg(entity);
|
ipCfgDao.deleteIpCfg(entity);
|
||||||
|
|||||||
@@ -52,7 +52,6 @@
|
|||||||
}
|
}
|
||||||
$("h4[class*='ipPortListTitle']").each(function(){
|
$("h4[class*='ipPortListTitle']").each(function(){
|
||||||
var html="<spring:message code='"+cfgType+"'/>";
|
var html="<spring:message code='"+cfgType+"'/>";
|
||||||
console.log(html);
|
|
||||||
$(this).find(".ipPortTitle").html(html);
|
$(this).find(".ipPortTitle").html(html);
|
||||||
});
|
});
|
||||||
var tabInfo=$(".ipPortList");
|
var tabInfo=$(".ipPortList");
|
||||||
@@ -207,8 +206,6 @@
|
|||||||
<input type="hidden" name="cfgId" value="${_cfg.cfgId}">
|
<input type="hidden" name="cfgId" value="${_cfg.cfgId}">
|
||||||
<input type="hidden" name="compileId" value="${_cfg.compileId}">
|
<input type="hidden" name="compileId" value="${_cfg.compileId}">
|
||||||
<input type="hidden" name="functionId" value="${_cfg.functionId}">
|
<input type="hidden" name="functionId" value="${_cfg.functionId}">
|
||||||
<input type="hidden" name="createTime" value="${_cfg.createTime}">
|
|
||||||
<input type="hidden" name="creatorId" value="${_cfg.creatorId}">
|
|
||||||
<input type="hidden" id="serviceId" name="serviceId"
|
<input type="hidden" id="serviceId" name="serviceId"
|
||||||
value="${_cfg.serviceId}">
|
value="${_cfg.serviceId}">
|
||||||
<c:forEach items="${regionList}" var="region">
|
<c:forEach items="${regionList}" var="region">
|
||||||
|
|||||||
Reference in New Issue
Block a user