|  | @@ -49,7 +49,12 @@ public class CoreSafecheckPlanController extends BaseController {
 | 
	
		
			
				|  |  |          return coreSafecheckPlanService.selectPage(coreSafecheckPlan);
 | 
	
		
			
				|  |  |      }
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | +    @ApiOperation(value = "获取详情")
 | 
	
		
			
				|  |  | +    @GetMapping(value = "/getPointIds/{id}")
 | 
	
		
			
				|  |  | +//    @RequiresPermissions("core:plan:findById")
 | 
	
		
			
				|  |  | +    public AjaxResult getPointIds(@PathVariable Long id) {
 | 
	
		
			
				|  |  | +        return AjaxResult.success(coreSafecheckPlanService.selectItemIdsByPlanId(id));
 | 
	
		
			
				|  |  | +    }
 | 
	
		
			
				|  |  |      /**
 | 
	
		
			
				|  |  |       * 获取常规安全检查计划详细信息
 | 
	
		
			
				|  |  |       */
 |