APP特征配置文件修改

This commit is contained in:
zhangdongxu
2018-09-25 11:54:39 +08:00
parent 7051a8aaaf
commit 9937dc1f8a
4 changed files with 40 additions and 40 deletions

View File

@@ -364,7 +364,7 @@ public class SingleDimensionReport extends BaseRestController {
*/
public void resetReportTime(NtcReportEntity<?> entity,Boolean isTotal) throws Exception {
//日志总量统计查询全部
if ("1".equals(entity.getSearchBusinessType())) {
if ("1".equals(entity.getSearchBusinessType())&&isTotal) {
return ;
}
if (StringUtil.isEmpty(entity.getSearchReportStartTime())&&StringUtil.isEmpty(entity.getSearchReportEndTime())) {