|  | @@ -735,6 +735,7 @@ public class CoreDrillPlanServiceImpl extends ServiceImpl<CoreDrillPlanMapper, C
 | 
	
		
			
				|  |  |              if (checkOrgType(plan.getExecOrgType())) {
 | 
	
		
			
				|  |  |                  //走到这说明,执行机构中都是省联社/办事处 这些不需要子机话,所以直接返回,
 | 
	
		
			
				|  |  |                  //但是如果后期扩展多选执行机构类型,此处将不再适用
 | 
	
		
			
				|  |  | +                plan.setParentId(plan.getId());
 | 
	
		
			
				|  |  |                  list.add(plan);
 | 
	
		
			
				|  |  |                  return list;
 | 
	
		
			
				|  |  |              }
 |