@@ -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() {