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