|  | @@ -96,6 +96,7 @@ public class AppPlanServiceImpl extends ServiceImpl<AppPlanMapper, AppPlan> impl
 | 
											
												
													
														|  |              plan.setOrgId(d.getOrgId().toString());
 |  |              plan.setOrgId(d.getOrgId().toString());
 | 
											
												
													
														|  |              plan.setPlanStatus(d.getStatus());
 |  |              plan.setPlanStatus(d.getStatus());
 | 
											
												
													
														|  |              plan.setId(null);
 |  |              plan.setId(null);
 | 
											
												
													
														|  | 
 |  | +            plan.setPlanName("下发-" + plan.getPlanName());
 | 
											
												
													
														|  |              plan.setParentId(dto.getId());
 |  |              plan.setParentId(dto.getId());
 | 
											
												
													
														|  |              baseMapper.insert(plan);
 |  |              baseMapper.insert(plan);
 | 
											
												
													
														|  |              Long id = plan.getId();
 |  |              Long id = plan.getId();
 |