From 8b0fcc92ee23b10169a43be48b712d6372d16a00 Mon Sep 17 00:00:00 2001 From: dimengzhe Date: Fri, 9 Jun 2023 09:20:46 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../api/bushandoverprepare/BusHandoverPrepareFeign.java | 4 ++-- .../BusHandoverPrepareFeignFallback.java | 4 ++-- .../biz/bushandoverprepare/BusHandoverPrepareRest.java | 4 ++-- .../biz/bushandoverprepare/BusHandoverPrepareService.java | 8 ++++---- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/anrui-buscenter/anrui-buscenter-api/src/main/java/com/yxt/anrui/buscenter/api/bushandoverprepare/BusHandoverPrepareFeign.java b/anrui-buscenter/anrui-buscenter-api/src/main/java/com/yxt/anrui/buscenter/api/bushandoverprepare/BusHandoverPrepareFeign.java index b64cde129b..2be98d8775 100644 --- a/anrui-buscenter/anrui-buscenter-api/src/main/java/com/yxt/anrui/buscenter/api/bushandoverprepare/BusHandoverPrepareFeign.java +++ b/anrui-buscenter/anrui-buscenter-api/src/main/java/com/yxt/anrui/buscenter/api/bushandoverprepare/BusHandoverPrepareFeign.java @@ -124,10 +124,10 @@ public interface BusHandoverPrepareFeign { @ResponseBody ResultBean saveOtherDataInfo(@RequestBody AppOtherDataDto dto); - @ApiOperation("保存交车准备信息") + /* @ApiOperation("保存交车准备信息") @PostMapping("/saveDeliveryPlanInfo") @ResponseBody - ResultBean saveDeliveryPlanInfo(@RequestBody AppHandoverPrepareDto dto); + ResultBean saveDeliveryPlanInfo(@RequestBody AppHandoverPrepareDto dto);*/ @ApiOperation("保存车辆备注") @PostMapping("/saveRemarks") diff --git a/anrui-buscenter/anrui-buscenter-api/src/main/java/com/yxt/anrui/buscenter/api/bushandoverprepare/BusHandoverPrepareFeignFallback.java b/anrui-buscenter/anrui-buscenter-api/src/main/java/com/yxt/anrui/buscenter/api/bushandoverprepare/BusHandoverPrepareFeignFallback.java index 8d561030d2..852bb37d01 100644 --- a/anrui-buscenter/anrui-buscenter-api/src/main/java/com/yxt/anrui/buscenter/api/bushandoverprepare/BusHandoverPrepareFeignFallback.java +++ b/anrui-buscenter/anrui-buscenter-api/src/main/java/com/yxt/anrui/buscenter/api/bushandoverprepare/BusHandoverPrepareFeignFallback.java @@ -124,10 +124,10 @@ public class BusHandoverPrepareFeignFallback implements BusHandoverPrepareFeign return null; } - @Override +/* @Override public ResultBean saveDeliveryPlanInfo(AppHandoverPrepareDto dto) { return null; - } + }*/ @Override public ResultBean saveRemarks(RemarkDto dto) { diff --git a/anrui-buscenter/anrui-buscenter-biz/src/main/java/com/yxt/anrui/buscenter/biz/bushandoverprepare/BusHandoverPrepareRest.java b/anrui-buscenter/anrui-buscenter-biz/src/main/java/com/yxt/anrui/buscenter/biz/bushandoverprepare/BusHandoverPrepareRest.java index b10770a30e..7bc83f7c1a 100644 --- a/anrui-buscenter/anrui-buscenter-biz/src/main/java/com/yxt/anrui/buscenter/biz/bushandoverprepare/BusHandoverPrepareRest.java +++ b/anrui-buscenter/anrui-buscenter-biz/src/main/java/com/yxt/anrui/buscenter/biz/bushandoverprepare/BusHandoverPrepareRest.java @@ -151,10 +151,10 @@ public class BusHandoverPrepareRest implements BusHandoverPrepareFeign { return busHandoverPrepareService.saveOtherDataInfo(dto); } - @Override + /* @Override public ResultBean saveDeliveryPlanInfo(AppHandoverPrepareDto dto) { return busHandoverPrepareService.saveDeliveryPlanInfo(dto); - } + }*/ @Override public ResultBean saveRemarks(RemarkDto dto) { diff --git a/anrui-buscenter/anrui-buscenter-biz/src/main/java/com/yxt/anrui/buscenter/biz/bushandoverprepare/BusHandoverPrepareService.java b/anrui-buscenter/anrui-buscenter-biz/src/main/java/com/yxt/anrui/buscenter/biz/bushandoverprepare/BusHandoverPrepareService.java index d64117acef..6207d1baf8 100644 --- a/anrui-buscenter/anrui-buscenter-biz/src/main/java/com/yxt/anrui/buscenter/biz/bushandoverprepare/BusHandoverPrepareService.java +++ b/anrui-buscenter/anrui-buscenter-biz/src/main/java/com/yxt/anrui/buscenter/biz/bushandoverprepare/BusHandoverPrepareService.java @@ -485,11 +485,11 @@ public class BusHandoverPrepareService extends MybatisBaseService 0) { + *//* if (handoverPrepareVehicleDtos.size() > 0) { String sid = dto.getSid(); for (AppBusHandoverPrepareVehicleDto handoverPrepareVehicleDto : handoverPrepareVehicleDtos) { BusHandoverPrepareVehicle busHandoverPrepareVehicle = busHandoverPrepareVehicleService.fetchBySid(handoverPrepareVehicleDto.getSid()); @@ -501,9 +501,9 @@ public class BusHandoverPrepareService extends MybatisBaseService