|
@@ -138,7 +138,6 @@ func (s OrderService) UpdateOrder(in *jyOrder.Request) (int64, string) {
|
|
|
order["vip_starttime"] = util.If(in.VipStarttime == "", nil, in.VipStarttime)
|
|
|
order["vip_endtime"] = util.If(in.VipEndtime == "", nil, in.VipEndtime)
|
|
|
order["vip_type"] = in.VipType
|
|
|
- //order["course_status"] = in.CourseStatus
|
|
|
order["salesperson"] = in.Salesperson
|
|
|
order["company_name"] = in.CompanyName
|
|
|
order["billingMode"] = in.BillingMode
|
|
@@ -149,7 +148,6 @@ func (s OrderService) UpdateOrder(in *jyOrder.Request) (int64, string) {
|
|
|
order["order_channel"] = in.OrderChannel
|
|
|
order["signing_subject"] = in.PaybackCompany
|
|
|
order["salesperson_id"] = in.SalespersonId
|
|
|
- order["create_person"] = in.CreatePerson
|
|
|
order["last_update_time"] = util.If(in.LastUpdateTime == "", nil, in.LastUpdateTime)
|
|
|
order["last_update_person"] = in.LastUpdatePerson
|
|
|
numb, err := orm.Table("dataexport_order").Where(map[string]interface{}{
|