故障上报生成巡检工单

This commit is contained in:
yanglei 2025-11-26 11:34:36 +08:00
parent d0cd1b7bad
commit 3b94c3c3b9

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) {