|
|
@@ -162,7 +162,7 @@ func OrdersTikTokChanxuanGet(page, pageSize int, sTime, eTime int64, userId stri |
|
|
|
if v.RealCommission > 0 { |
|
|
|
ord.RealCommission = utils.Float64ToStr(float64(v.RealCommission) / 100) |
|
|
|
} |
|
|
|
if utils.AnyToInt64(v.AfterSalesStatus) == 2 { |
|
|
|
if utils.AnyToInt64(v.ActivistType) == 1 { |
|
|
|
ord.Status = "订单退款" |
|
|
|
} |
|
|
|
one := db.GetGuideOrderByOne(ord.PvdOid, utils.IntToStr(ord.Uid), ord.Pvd) |
|
|
|