|  | @@ -210,7 +210,7 @@ public class StudentPaymentOrderController extends BaseController {
 | 
	
		
			
				|  |  |                  return failed("用户所在分部异常");
 | 
	
		
			
				|  |  |              } else {
 | 
	
		
			
				|  |  |                  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("非法请求");
 | 
	
		
			
				|  |  |                  }
 | 
	
		
			
				|  |  |              }
 |