调整通联日志域名国际化不对应
调整日志导出后结束时间和开始时间范围一致
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user