|
@@ -231,8 +231,8 @@ public class OpenDouble11StaticsController extends BaseController {
|
|
|
query.setActivityId(configParam.getV1());
|
|
|
} else if (saleStaticsType == 2) {
|
|
|
// 乐理
|
|
|
- query.setGroupType(GroupType.LIVE);
|
|
|
- query.setType(OrderTypeEnum.LIVE_BUY);
|
|
|
+ query.setGroupType(GroupType.VIP);
|
|
|
+ query.setType(OrderTypeEnum.SMALL_CLASS_TO_BUY);
|
|
|
query.setActivityId(configParam.getV2());
|
|
|
} else if (saleStaticsType == 3) {
|
|
|
// 乐理
|