|
@@ -262,11 +262,7 @@ public class OpenDouble11StaticsController extends BaseController {
|
|
|
Double11StaticWrapper.SaleStaticConfigParam configParam) {
|
|
|
|
|
|
Integer saleStaticsType = query.getSaleStaticsType();
|
|
|
- query.setGroupType(null);
|
|
|
- query.setType(null);
|
|
|
- query.setActivityId(null);
|
|
|
- query.setGoodId(null);
|
|
|
- query.setMusicGroupId(null);
|
|
|
+ query.clearValue();
|
|
|
if (StringUtils.isEmpty(query.getOrganId())) {
|
|
|
query.setTenantId(Optional.ofNullable(configParam.getTenantId()).orElse(1));
|
|
|
}
|