|
@@ -147,7 +147,7 @@ public class AdminPresentIndexVO {
|
|
|
public static class AdminUserInfo {
|
|
|
public AdminUserInfo(AdminPresentDataVO adminPresentDataVO) {
|
|
|
this.statsTime = adminPresentDataVO.getStatsTime();
|
|
|
- this.memberNum = adminPresentDataVO.getPlatformSummary().getMemberNum();
|
|
|
+ this.memberNum = adminPresentDataVO.getPlatformSummary().getWebSiteMemberNum();
|
|
|
this.storeNum = adminPresentDataVO.getPlatformSummary().getStoreNum();
|
|
|
this.newMemberNum = adminPresentDataVO.getPlatformTodaySummary().getNewMemberNum();
|
|
|
this.newStoreNum = adminPresentDataVO.getPlatformTodaySummary().getNewStoreNum();
|