Browse Source

no message

xingzai 10 months ago
parent
commit
b55958742b
1 changed files with 5 additions and 0 deletions
  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
 	}