Commit b2a5d316 authored by tianchao's avatar tianchao

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

parent d33d8b91
......@@ -86,9 +86,9 @@ public class PlantPowerDataService {
}else if(maxDate.compareTo(dataView.getDataDate())<0){
maxDate = dataView.getDataDate();
}
}
dataList.add(dataView);
}
}
if(minDate==null){
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