Compare commits
2 Commits
a59dae44b4
...
cf600c2094
| Author | SHA256 | Date | |
|---|---|---|---|
| cf600c2094 | |||
| 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