소스 검색

Merge branch 'sandbox_merge' into sandbox

hsun 1 년 전
부모
커밋
134b4a3b76
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      controllers/company_permission.go

+ 1 - 1
controllers/company_permission.go

@@ -101,7 +101,7 @@ func (this *CompanyPermissionController) PermissionVariety() {
 		br.Ret = 408
 		return
 	}
-	if utils.BusinessCode == utils.BusinessCodeRelease {
+	if utils.BusinessCode != utils.BusinessCodeRelease {
 		br.Ret = 200
 		br.Success = true
 		br.Msg = "获取成功"