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())
.parts(faultPart)
.fileUrls(fileUrls)
.remarks(ebikeFaultReportDto.getFaultDescription())
.build();
JsonResult<FeignEbikeUserBikeInfo> jsonResult = operationsFeignClient.inspectionSwapOrder(feignInspectionSwapOrderVo);
if (jsonResult.getCode() != Code.SUCCESS) {