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