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