Commit 8d487963 by guojx

Merge branch 'feature-2024-08-喜好洞察优化' into 'developer'

企微概览添加字段:去重的企微好友总数

See merge request !2141
parents 88589069 8ffa21ab
...@@ -180,6 +180,8 @@ public class WechatWorkOverviewController extends NewBaseController { ...@@ -180,6 +180,8 @@ public class WechatWorkOverviewController extends NewBaseController {
if (isTotalQuery) { if (isTotalQuery) {
indexList.add("企微好友总数(去重)");
fieldList.add("newEntwchFdNum");
indexList.add("企微好友总数"); indexList.add("企微好友总数");
fieldList.add("entwchFdNumTotal"); fieldList.add("entwchFdNumTotal");
indexList.add("已注册会员好友数"); indexList.add("已注册会员好友数");
......
...@@ -40,4 +40,9 @@ public class WechatWorkOverviewStoreGroupVO extends StoreGroupCommonVO implement ...@@ -40,4 +40,9 @@ public class WechatWorkOverviewStoreGroupVO extends StoreGroupCommonVO implement
* 未注册微信好友数 * 未注册微信好友数
*/ */
private Integer entwchFdNumNonmbr; private Integer entwchFdNumNonmbr;
/**
* 微信好友总数(去重)
*/
private Integer newEntwchFdNum;
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment