Commit b2a5d316 authored by tianchao's avatar tianchao

1导入调整,如果时间为空,跳过

parent d33d8b91
...@@ -86,8 +86,8 @@ public class PlantPowerDataService { ...@@ -86,8 +86,8 @@ public class PlantPowerDataService {
}else if(maxDate.compareTo(dataView.getDataDate())<0){ }else if(maxDate.compareTo(dataView.getDataDate())<0){
maxDate = dataView.getDataDate(); maxDate = dataView.getDataDate();
} }
dataList.add(dataView);
} }
dataList.add(dataView);
} }
if(minDate==null){ if(minDate==null){
return XServiceResult.error(1000,"日期错误"); return XServiceResult.error(1000,"日期错误");
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment