调整通联日志域名国际化不对应

调整日志导出后结束时间和开始时间范围一致
This commit is contained in:
leijun
2019-01-09 16:49:40 +08:00
parent 9a06ee9dce
commit 9a861d9229
2 changed files with 3 additions and 3 deletions

View File

@@ -2420,7 +2420,7 @@ public class BaseController {
logTime+=" "+msgProp.getProperty("begin_date")+""+log.getSearchFoundStartTime();
}
if(log.getSearchFoundEndTime()!=null){
logTime+=" "+msgProp.getProperty("end_date")+""+log.getSearchFoundStartTime();
logTime+=" "+msgProp.getProperty("end_date")+""+log.getSearchFoundEndTime();
}
return logTime;
}