Compare commits
2 Commits
a59dae44b4
...
cf600c2094
| Author | SHA256 | Date | |
|---|---|---|---|
| cf600c2094 | |||
| 33875b2d1f |
@ -33,5 +33,5 @@ public class FeignInspectionSwapOrderVo {
|
|||||||
private String remarks;
|
private String remarks;
|
||||||
|
|
||||||
|
|
||||||
private Boolean isUserReporting = Boolean.TRUE;
|
private Boolean isUserReporting;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -122,6 +122,7 @@ public class EbikeFaultReportServiceImpl extends ServiceImpl<EbikeFaultReportMap
|
|||||||
.parts(faultPart)
|
.parts(faultPart)
|
||||||
.fileUrls(fileUrls)
|
.fileUrls(fileUrls)
|
||||||
.remarks(ebikeFaultReportDto.getFaultDescription())
|
.remarks(ebikeFaultReportDto.getFaultDescription())
|
||||||
|
.isUserReporting(Boolean.TRUE)
|
||||||
.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