调整日志配置总量查询,整页配置只查询一次,减小资源浪费

This commit is contained in:
wangxin
2018-08-26 10:43:03 +08:00
parent 6b79b5f7ef
commit 9678a4a10f
3 changed files with 89 additions and 55 deletions

View File

@@ -25,21 +25,14 @@ public class NtcPzReport extends BaseReport<NtcPzReport>{
*/
private static final long serialVersionUID = 7079305499220977782L;
private Long configId;
private Long cfgId;
private Date statTime;
/**
* configId
* @return configId
*/
public Long getConfigId() {
return configId;
public Long getCfgId() {
return cfgId;
}
/**
* @param configId the configId to set
*/
public void setConfigId(Long configId) {
this.configId = configId;
public void setCfgId(Long cfgId) {
this.cfgId = cfgId;
}
/**
* statTime