Merge remote-tracking branch 'origin/main'

This commit is contained in:
attiya 2025-11-26 14:43:02 +08:00
commit 3758af1988

View File

@ -122,6 +122,7 @@ public class EbikeFaultReportServiceImpl extends ServiceImpl<EbikeFaultReportMap
.bikeCode(ebikeFaultReportDto.getBikeCode()) .bikeCode(ebikeFaultReportDto.getBikeCode())
.parts(faultPart) .parts(faultPart)
.fileUrls(fileUrls) .fileUrls(fileUrls)
.remarks(ebikeFaultReportDto.getFaultDescription())
.build(); .build();
JsonResult<FeignEbikeUserBikeInfo> jsonResult = operationsFeignClient.inspectionSwapOrder(feignInspectionSwapOrderVo); JsonResult<FeignEbikeUserBikeInfo> jsonResult = operationsFeignClient.inspectionSwapOrder(feignInspectionSwapOrderVo);
if (jsonResult.getCode() != Code.SUCCESS) { if (jsonResult.getCode() != Code.SUCCESS) {