/// <summary>
 /// 复制问卷
 /// </summary>
 /// <param name="surveyid"></param>
 /// <returns></returns>
 public int Copy(int surveyid)
 {
     return(_dbQuery.ExecuteProcSql("CopySurvey", new { surveyid = surveyid }));
 }