瀏覽代碼

Merge branch 'crm/crm_15.9.1' of http://8.136.199.33:3000/hongze/hz_crm_api into debug

xingzai 6 月之前
父節點
當前提交
c91495a36f
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      services/company.go

+ 3 - 0
services/company.go

@@ -2503,6 +2503,9 @@ func GetShareCompanyPermissionButton(roleTypeCode, statuses string, productId in
 	if companyButton.BtnShare == true {
 		button.BtnShare = true
 	}
+	//备注与历史备注修改 CRM15.9.1
+	button.BtnRemarkView = companyButton.BtnRemarkView
+	button.BtnRemarkViewHistory = companyButton.BtnRemarkViewHistory
 	return
 }