From 18a6405e583d757e47e3e9d9b42f73ff719250a8639086e6aa1e7b598462e6ba Mon Sep 17 00:00:00 2001 From: PC <2413103649@qq.com> Date: Tue, 10 Feb 2026 10:15:16 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=86=E9=A1=B5=E6=9F=A5=E8=AF=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../impl/EbikeBikeOrderServiceImpl.java | 36 +++++++++---------- 1 file changed, 17 insertions(+), 19 deletions(-) diff --git a/ebike-operations/src/main/java/com/cdzy/operations/service/impl/EbikeBikeOrderServiceImpl.java b/ebike-operations/src/main/java/com/cdzy/operations/service/impl/EbikeBikeOrderServiceImpl.java index b15b567..fe150d9 100644 --- a/ebike-operations/src/main/java/com/cdzy/operations/service/impl/EbikeBikeOrderServiceImpl.java +++ b/ebike-operations/src/main/java/com/cdzy/operations/service/impl/EbikeBikeOrderServiceImpl.java @@ -107,7 +107,7 @@ public class EbikeBikeOrderServiceImpl extends ServiceImpl codes = batteryClaimVo.getCodes(); @@ -419,7 +419,7 @@ public class EbikeBikeOrderServiceImpl extends ServiceImpl bikeList(Long regionId,String bikeCode,Integer bikeStatus,Boolean acceptOrder,Integer orderType) throws IOException { + public List bikeList(Long regionId, String bikeCode, Integer bikeStatus, Boolean acceptOrder, Integer orderType) throws IOException { QueryWrapper queryWrapper = QueryWrapper.create() .select( @@ -622,12 +622,10 @@ public class EbikeBikeOrderServiceImpl extends ServiceImpl list = bikeInfoMapper.selectListByQueryAs(queryWrapper, EbikeOrderBikeListDto.class); @@ -729,7 +727,7 @@ public class EbikeBikeOrderServiceImpl extends ServiceImpl list = ebikeOrderFileMapper.selectListByQueryAs(queryWrapper, String.class); - + List parts = inspectionVo.getParts(); EbikeBikeOrder ebikeBikeOrder = EbikeBikeOrder.builder() @@ -793,7 +791,7 @@ public class EbikeBikeOrderServiceImpl extends ServiceImpl