Browse Source

Merge branch 'crm/crm_need_960' of http://8.136.199.33:3000/hongze/hz_crm_api into debug

xingzai 11 tháng trước cách đây
mục cha
commit
3aa8722a42
1 tập tin đã thay đổi với 5 bổ sung0 xóa
  1. 5 0
      services/company.go

+ 5 - 0
services/company.go

@@ -2427,6 +2427,11 @@ func GetShareCompanyPermissionButton(roleTypeCode, statuses string, productId in
 		button.BtnRemarkView = true
 		button.BtnServiceRecord = true
 	}
+
+	//梁春悦的单独展示
+	if sysUser.RoleName == "权益服务组长" {
+		button.BtnModifySeller = true
+	}
 	if roleTypeCode == utils.ROLE_TYPE_CODE_ADMIN {
 		button.BtnModifySeller = false
 	}