|
@@ -179,6 +179,7 @@ public class OpenDouble11StaticsController extends BaseController {
|
|
|
SysConfig config = sysConfigService.findByParamName("2023_double_eleven_active_config");
|
|
|
Double11StaticWrapper.SaleStaticConfigParam configParam =
|
|
|
JSON.parseObject(config.getParanValue(), Double11StaticWrapper.SaleStaticConfigParam.class);
|
|
|
+ temp.setSaleStaticsType(query.getSaleStaticsType());
|
|
|
setQueryParam(temp, configParam);
|
|
|
Map<String, Object> tempMap = new HashMap<>();
|
|
|
MapUtil.populateMap(tempMap, temp);
|