|
@@ -1820,8 +1820,8 @@ func KcOrderFormat(orderCode string) *OrderInfo {
|
|
|
a.order_code,
|
|
|
a.pay_money,
|
|
|
a.user_phone,
|
|
|
- a.vip_starttime,
|
|
|
- a.vip_endtime,
|
|
|
+ b.service_starttime,
|
|
|
+ b.service_endtime,
|
|
|
a.product_type,
|
|
|
a.filter,
|
|
|
a.user_id,
|
|
@@ -1884,7 +1884,7 @@ func KcOrderFormat(orderCode string) *OrderInfo {
|
|
|
PayMoney: common.Float64All(orderData["pay_money"]) / 100,
|
|
|
ReturnMoney: common.Float64All(orderData["return_money"]) / 100,
|
|
|
UserPhone: user_phone,
|
|
|
- StartEnd: fmt.Sprintf("%s--%s", strings.Split(gconv.String(orderData["vip_starttime"]), " ")[0], strings.Split(gconv.String(orderData["vip_endtime"]), " ")[0]),
|
|
|
+ StartEnd: fmt.Sprintf("%s--%s", strings.Split(gconv.String(orderData["service_starttime"]), " ")[0], strings.Split(gconv.String(orderData["service_endtime"]), " ")[0]),
|
|
|
SeriveList: serviceList,
|
|
|
SaleName: gconv.String(orderData["create_person"]),
|
|
|
UserName: userName,
|