|
|
|
@@ -124,6 +124,8 @@ public class WxCUserDataController extends BaseController { |
|
|
|
weekVosCount += us.getCount(); |
|
|
|
} |
|
|
|
map.put("weekVosCount", weekVosCount); //周新增会员 |
|
|
|
map.put("growCount", weekVosCount); //周新增会员 |
|
|
|
map.put("importCount", weekVosCount); //周新增会员 |
|
|
|
return new ResultData(map); |
|
|
|
} |
|
|
|
|
|
|
|
|