代码更新
This commit is contained in:
parent
58b10af0ce
commit
33875b2d1f
@ -33,5 +33,5 @@ public class FeignInspectionSwapOrderVo {
|
||||
private String remarks;
|
||||
|
||||
|
||||
private Boolean isUserReporting = Boolean.TRUE;
|
||||
private Boolean isUserReporting;
|
||||
}
|
||||
|
||||
@ -122,6 +122,7 @@ public class EbikeFaultReportServiceImpl extends ServiceImpl<EbikeFaultReportMap
|
||||
.parts(faultPart)
|
||||
.fileUrls(fileUrls)
|
||||
.remarks(ebikeFaultReportDto.getFaultDescription())
|
||||
.isUserReporting(Boolean.TRUE)
|
||||
.build();
|
||||
JsonResult<FeignEbikeUserBikeInfo> jsonResult = operationsFeignClient.inspectionSwapOrder(feignInspectionSwapOrderVo);
|
||||
if (jsonResult.getCode() != Code.SUCCESS) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user