|
@@ -210,7 +210,7 @@ public class StudentPaymentOrderController extends BaseController {
|
|
return failed("用户所在分部异常");
|
|
return failed("用户所在分部异常");
|
|
} else {
|
|
} else {
|
|
List<String> list = Arrays.asList(employee.getOrganIdList().split(","));
|
|
List<String> list = Arrays.asList(employee.getOrganIdList().split(","));
|
|
- if (!list.containsAll(Arrays.asList(queryInfo.getOrganId().split(",")))) {
|
|
|
|
|
|
+ if (!list.containsAll(Arrays.asList(queryInfo.getRoutingOrganId().split(",")))) {
|
|
return failed("非法请求");
|
|
return failed("非法请求");
|
|
}
|
|
}
|
|
}
|
|
}
|