浏览代码

no message

xingzai 10 月之前
父节点
当前提交
b55958742b
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5 0
      services/company.go

+ 5 - 0
services/company.go

@@ -2418,6 +2418,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
 	}