Browse Source

no message

xingzai 3 years ago
parent
commit
599840311c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      controllers/article.go

+ 1 - 1
controllers/article.go

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