|
@@ -280,6 +280,9 @@ public class ShorePowerServiceImpl implements ShorePowerService {
|
|
|
if (CollectionUtils.isEmpty(declareList)){
|
|
|
log.info("无ais的船与货物装卸申报的船未匹配");
|
|
|
}
|
|
|
+ if (CollectionUtils.isEmpty(declareIds)){
|
|
|
+ log.info("无数据");
|
|
|
+ }
|
|
|
//无ais获取货物装卸申报的开工时间和完工提交时间
|
|
|
List<String> finalDeclareIds = declareIds;
|
|
|
declareList.forEach(i -> {
|