修改
This commit is contained in:
parent
e05eb0155d
commit
a262061d7b
@ -726,7 +726,7 @@ public class UserOrdersServiceImpl extends ServiceImpl<UserOrdersMapper, EbikeUs
|
||||
return Long.valueOf(areaId);
|
||||
}).toList();
|
||||
JsonResult<List<Long>> jsonResult = operateFeignClient.operationRegionIdFilter(new ReqBatchRegionDto(ids));
|
||||
if (jsonResult.getCode() == Code.SUCCESS) {
|
||||
if (jsonResult.getCode() != Code.SUCCESS) {
|
||||
throw new RuntimeException("获取运营区信息错误");
|
||||
}
|
||||
List<Long> data = jsonResult.getData();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user