Compare commits
2 Commits
3a186d945e
...
667f5c2d81
| Author | SHA1 | Date | |
|---|---|---|---|
| 667f5c2d81 | |||
| a262061d7b |
@ -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