|  | @@ -104,14 +104,14 @@ public class CoreDrillPlanServiceImpl extends ServiceImpl<CoreDrillPlanMapper, C
 | 
											
												
													
														|  |          String roleNameList = coreDrillPlanToRoleMapper.selectRoleNameByPlanId(record.getId()).stream().map(CoreDrillPlanRoleVo::getRoleName).collect(Collectors.joining(","));
 |  |          String roleNameList = coreDrillPlanToRoleMapper.selectRoleNameByPlanId(record.getId()).stream().map(CoreDrillPlanRoleVo::getRoleName).collect(Collectors.joining(","));
 | 
											
												
													
														|  |          record.setPlanRoleNameList(roleNameList);
 |  |          record.setPlanRoleNameList(roleNameList);
 | 
											
												
													
														|  |          request.setId(record.getId());
 |  |          request.setId(record.getId());
 | 
											
												
													
														|  | -        List<CoreDrillPlanPageVo> children = coreDrillPlanMapper.selectChildrenPlan(request);
 |  | 
 | 
											
												
													
														|  | -        record.setChildren(children);
 |  | 
 | 
											
												
													
														|  | -        for (CoreDrillPlanPageVo child : children) {
 |  | 
 | 
											
												
													
														|  | -            if (ObjectUtil.equal(child.getCreateOrgId(), orgId)) {
 |  | 
 | 
											
												
													
														|  | -                child.setCreateByTopOrg(1);
 |  | 
 | 
											
												
													
														|  | -            }
 |  | 
 | 
											
												
													
														|  | -            child.setPlanRoleNameList(roleNameList);
 |  | 
 | 
											
												
													
														|  | -        }
 |  | 
 | 
											
												
													
														|  | 
 |  | +//        List<CoreDrillPlanPageVo> children = coreDrillPlanMapper.selectChildrenPlan(request);
 | 
											
												
													
														|  | 
 |  | +//        record.setChildren(children);
 | 
											
												
													
														|  | 
 |  | +//        for (CoreDrillPlanPageVo child : children) {
 | 
											
												
													
														|  | 
 |  | +//            if (ObjectUtil.equal(child.getCreateOrgId(), orgId)) {
 | 
											
												
													
														|  | 
 |  | +//                child.setCreateByTopOrg(1);
 | 
											
												
													
														|  | 
 |  | +//            }
 | 
											
												
													
														|  | 
 |  | +//            child.setPlanRoleNameList(roleNameList);
 | 
											
												
													
														|  | 
 |  | +//        }
 | 
											
												
													
														|  |          if (record.getStandard() == 1) {
 |  |          if (record.getStandard() == 1) {
 | 
											
												
													
														|  |              final Integer done = coreDrillTaskMapper.checkHasTaskIsDoneByPlanParentId(record.getId());
 |  |              final Integer done = coreDrillTaskMapper.checkHasTaskIsDoneByPlanParentId(record.getId());
 | 
											
												
													
														|  |              record.setDone(done);
 |  |              record.setDone(done);
 |