故障上报生成巡检工单
This commit is contained in:
parent
d0cd1b7bad
commit
3b94c3c3b9
@ -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) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user