|  | @@ -205,7 +205,7 @@ func (c *QualityApi) GetDetail() {
 | 
	
		
			
				|  |  |  // @Accept  json
 | 
	
		
			
				|  |  |  // @Produce  json
 | 
	
		
			
				|  |  |  // @Security ApiKeyAuth
 | 
	
		
			
				|  |  | -// @Param   bidsectionId     path    string     true        "标段ID "
 | 
	
		
			
				|  |  | +// @Param   bidsectionId     path    string     true        "标段ID"
 | 
	
		
			
				|  |  |  // @Success 200 {object} viewmodels.TreeSectionContract "{code:0成功,-1参数类错误,msg:错误信息}"
 | 
	
		
			
				|  |  |  // @Router /api/quality/survey [get]
 | 
	
		
			
				|  |  |  func (c *QualityApi) GetSurvey() {
 |