Compare commits
No commits in common. "cf600c2094b83972d5219bcc9af8f367045569a57eb0fa9da705a4c1488e9d14" and "a59dae44b4259d4441cbf47a2dd5a480f3ef13eab2235defa71bcdd0a01d0d89" have entirely different histories.
cf600c2094
...
a59dae44b4
@ -33,5 +33,5 @@ public class FeignInspectionSwapOrderVo {
|
||||
private String remarks;
|
||||
|
||||
|
||||
private Boolean isUserReporting;
|
||||
private Boolean isUserReporting = Boolean.TRUE;
|
||||
}
|
||||
|
||||
@ -122,7 +122,6 @@ 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