Commit 8ffa21ab by guojx

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

parent 0e6c1a86
...@@ -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