Roc 3 년 전
부모
커밋
e10c56e38e
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      controller/report/research_report.go

+ 1 - 0
controller/report/research_report.go

@@ -40,6 +40,7 @@ func GetResearchReportInfo(c *gin.Context) {
 	}
 	if !hasPermission {
 		response.Fail("无权限", c)
+		return
 	}
 	response.OkData("获取成功", reportInfo, c)
 }