|  | @@ -258,6 +258,10 @@ public class CoreEduTrainingPlanServiceImpl extends ServiceImpl<CoreEduTrainingP
 | 
	
		
			
				|  |  |      }
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |      private void updateStandardPlan(CoreEduTrainingPlan plan, List<CoreEduTrainingPlanToRole> trainingPlanToRoleList, List<CoreEduTrainingPlanToExecOrg> trainingPlanToExecOrgList) {
 | 
	
		
			
				|  |  | +        //没下发的就不管
 | 
	
		
			
				|  |  | +        if (0 == plan.getIssue()) {
 | 
	
		
			
				|  |  | +            return;
 | 
	
		
			
				|  |  | +        }
 | 
	
		
			
				|  |  |          Long planId = plan.getId();
 | 
	
		
			
				|  |  |          //删除原有数据, 然后重新生成计划,任务
 | 
	
		
			
				|  |  |          List<Long> planIdList = coreEduTrainingPlanMapper.selectIdByParentId(planId);
 |