|
@@ -236,7 +236,7 @@ func (this *ReportController) Detail() {
|
|
|
resp.Report = report
|
|
|
resp.Status = utils.ReportPermissionStatusNo
|
|
|
report.Content = ""
|
|
|
- br.Ret = 408
|
|
|
+ br.Ret = 200
|
|
|
br.Data = resp
|
|
|
br.Msg = "用户权限不足"
|
|
|
return
|
|
@@ -246,7 +246,7 @@ func (this *ReportController) Detail() {
|
|
|
resp.Report = report
|
|
|
resp.Status = utils.ReportPermissionStatusExpired
|
|
|
report.Content = ""
|
|
|
- br.Ret = 408
|
|
|
+ br.Ret = 200
|
|
|
br.Data = resp
|
|
|
br.Msg = "用户权限不足"
|
|
|
return
|
|
@@ -261,7 +261,7 @@ func (this *ReportController) Detail() {
|
|
|
resp.Report = report
|
|
|
resp.Status = utils.ReportPermissionStatusNo
|
|
|
report.Content = ""
|
|
|
- br.Ret = 408
|
|
|
+ br.Ret = 200
|
|
|
br.Data = resp
|
|
|
br.Msg = "用户权限不足"
|
|
|
return
|
|
@@ -276,7 +276,7 @@ func (this *ReportController) Detail() {
|
|
|
resp.Report = report
|
|
|
resp.Status = utils.ReportPermissionStatusNoPermission
|
|
|
report.Content = ""
|
|
|
- br.Ret = 408
|
|
|
+ br.Ret = 200
|
|
|
br.Data = resp
|
|
|
br.Msg = "用户权限不足"
|
|
|
return
|
|
@@ -291,7 +291,7 @@ func (this *ReportController) Detail() {
|
|
|
resp.Report = report
|
|
|
resp.Status = utils.ReportPermissionStatusNoPermission
|
|
|
report.Content = ""
|
|
|
- br.Ret = 408
|
|
|
+ br.Ret = 200
|
|
|
br.Data = resp
|
|
|
br.Msg = "用户权限不足"
|
|
|
return
|