Commit 8b3cf655 by guojx

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

parent 5250e36d
......@@ -53,7 +53,7 @@ public class StoreAuthUtils {
jsonObject.put("wxEnterpriseId", login.getWxEnterpriseId());
}
public <T> List<T> getOverview(String apolloKey, JSONObject jsonObject, StoreGroupCommonQO storeGroupCommonQO, Class clazz) {
public <T> List<T> getOverview(String apolloKey, JSONObject jsonObject, StoreGroupCommonQO storeGroupCommonQO, Class<T> clazz) {
setCommonParam(jsonObject, storeGroupCommonQO);
Map<String, Object> res = DataApiUtils.http(jsonObject.toJSONString(), apolloKey);
List<JSONObject> list = DataApiUtils.getDataList(res);
......
......@@ -29,6 +29,11 @@ public class WechatWorkOverviewVO implements Serializable {
private Integer entwchFdNumNonmbr;
/**
* 微信好友总数(去重)
*/
private Integer newEntwchFdNum;
/**
* 已注册微信好友数占比
*/
private Double entwchFdNumMbrRate;
......
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