Compare commits
No commits in common. "667f5c2d818566e8b85d21b142bb6c13c4d44927" and "3a186d945e81775c3a6022ab527570e1cdf8d5bf" have entirely different histories.
667f5c2d81
...
3a186d945e
@ -726,7 +726,7 @@ public class UserOrdersServiceImpl extends ServiceImpl<UserOrdersMapper, EbikeUs
|
|||||||
return Long.valueOf(areaId);
|
return Long.valueOf(areaId);
|
||||||
}).toList();
|
}).toList();
|
||||||
JsonResult<List<Long>> jsonResult = operateFeignClient.operationRegionIdFilter(new ReqBatchRegionDto(ids));
|
JsonResult<List<Long>> jsonResult = operateFeignClient.operationRegionIdFilter(new ReqBatchRegionDto(ids));
|
||||||
if (jsonResult.getCode() != Code.SUCCESS) {
|
if (jsonResult.getCode() == Code.SUCCESS) {
|
||||||
throw new RuntimeException("获取运营区信息错误");
|
throw new RuntimeException("获取运营区信息错误");
|
||||||
}
|
}
|
||||||
List<Long> data = jsonResult.getData();
|
List<Long> data = jsonResult.getData();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user