|
@@ -53,7 +53,7 @@ public class ShipLockStatisticServiceImpl extends ServiceImpl<ShipLockStatisticM
|
|
|
this.saveOrUpdate(shipLockShipStatus);
|
|
|
shipLockStatisticDetailService.saveOrUpdateBatch(details);
|
|
|
}
|
|
|
- return new ProcessResult(false);
|
|
|
+ return new ProcessResult(true);
|
|
|
} catch (HttpException e) {
|
|
|
log.error("访问接口{}出现错误{}",lockStaticUrl,e.getMessage());
|
|
|
return new ProcessResult(false,"出现异常");
|