rdluck 4 년 전
부모
커밋
401faa9e7b
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      controllers/report.go

+ 1 - 0
controllers/report.go

@@ -76,6 +76,7 @@ func (this *ReportController) Detail() {
 		productId = 1
 		maxPermissionCount = 15
 	}
+	utils.FileLog.Info("report.detail %d,%d",user.CompanyId,productId)
 	company, err := models.GetCompanyProductById(user.CompanyId, productId)
 	if err != nil {
 		if err.Error() != utils.ErrNoRow() {