|
@@ -89,7 +89,7 @@ func FlushOrder(ctx context.Context) error {
|
|
|
}
|
|
|
service_type = vip_type + 1
|
|
|
case "大会员", "大会员-子账号", "大会员-AI中标预测包", "大会员-招标文件解读", "大会员-补充包":
|
|
|
- newFilterMap, product_code, err = product.GetBigFilter(m)
|
|
|
+ newFilterMap, product_code, service_type, err = product.GetBigFilter(m)
|
|
|
case "历史数据", "结构化数据":
|
|
|
var (
|
|
|
data_spec = gconv.String(m["data_spec"])
|