浏览代码

no message

xingzai 3 年之前
父节点
当前提交
599840311c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      controllers/article.go

+ 1 - 1
controllers/article.go

@@ -293,7 +293,7 @@ Loop:
 		haveResearch = true
 		haveResearch = true
 	}
 	}
 
 
-	if hasPermission == 2 {
+	if hasPermission == 2 || hasPermission == 4 {
 		//获取销售手机号
 		//获取销售手机号
 		sellerItemQy, err := models.GetSellerByCompanyIdCheckFicc(user.CompanyId, 2)
 		sellerItemQy, err := models.GetSellerByCompanyIdCheckFicc(user.CompanyId, 2)
 		if err != nil && err.Error() != utils.ErrNoRow() {
 		if err != nil && err.Error() != utils.ErrNoRow() {