|
@@ -1847,15 +1847,13 @@ func KcOrderFormat(orderCode string) *OrderInfo {
|
|
|
serviceList := []string{}
|
|
|
if product_type == "大会员" {
|
|
|
product_type_name, _, level := GetOrderProduct(product_type, gconv.String(orderData["filter"]))
|
|
|
- if level == 5 {
|
|
|
- product_type += "自定义版"
|
|
|
+ product_type += product_type_name
|
|
|
+ if level == 0 {
|
|
|
for _, serversId := range strings.Split(gconv.String(gconv.Map(orderData["serversId"])), ",") {
|
|
|
if serviceName := bigmemberService[common.Int64All(serversId)]; serviceName != "" {
|
|
|
serviceList = append(serviceList, serviceName)
|
|
|
}
|
|
|
}
|
|
|
- } else {
|
|
|
- product_type += product_type_name
|
|
|
}
|
|
|
}
|
|
|
//联系人姓名
|