rdluck 4 tahun lalu
induk
melakukan
8c7e5c4aa6
1 mengubah file dengan 2 tambahan dan 1 penghapusan
  1. 2 1
      controllers/report.go

+ 2 - 1
controllers/report.go

@@ -74,7 +74,8 @@ func (this *ReportController) Detail() {
 		msg = "您还未开通权限,如有需要请联系对口销售"
 		report.Content = report.ContentSub
 	} else {
-		if company.Status == utils.COMPANY_STATUS_LOSE || company.Status == utils.COMPANY_STATUS_FREEZE {
+		if company.Status == utils.COMPANY_STATUS_LOSE ||
+			company.Status == utils.COMPANY_STATUS_FREEZE {
 			status = 2
 			msg = "您还未开通权限,如有需要请联系对口销售"
 			report.Content = report.ContentSub