浏览代码

Merge branch 'cygx_12.9' of http://8.136.199.33:3000/hongze/hongze_cygx into debug

xingzai 1 年之前
父节点
当前提交
7c6e6714be
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      services/company_permission.go

+ 2 - 2
services/company_permission.go

@@ -121,9 +121,9 @@ func GetUserHasPermissionArticle(user *models.WxUserItem) (hasPermission int, se
 		}
 		if companyPermission != "" {
 			if applyCount > 0 {
-				hasPermission = 2
-			} else {
 				hasPermission = 3
+			} else {
+				hasPermission = 2
 				//获取权益销售信息 如果是FICC的客户类型,则默认他申请过
 				sellerItemQy, e := models.GetSellerByCompanyIdCheckFicc(user.CompanyId, 2)
 				if e != nil && e.Error() != utils.ErrNoRow() {