|  | @@ -105,7 +105,7 @@ public class TaskController extends BaseController {
 | 
	
		
			
				|  |  |       */
 | 
	
		
			
				|  |  |      // @PreAuthorize("@ss.hasPermi('sim:task:query')")
 | 
	
		
			
				|  |  |      @GetMapping("/getInfoForAdd/{simType}")
 | 
	
		
			
				|  |  | -    @ApiOperation("getInfoForAdd")
 | 
	
		
			
				|  |  | +    @ApiOperation("获取空白的任务详细信息,为了新建任务")
 | 
	
		
			
				|  |  |      public AjaxResult getInfoForAdd(@PathVariable("simType") String simType) {
 | 
	
		
			
				|  |  |          return success(taskService.selectNewTaskViaSimType(simType));
 | 
	
		
			
				|  |  |      }
 |