diff --git a/app/task/svc/svc_tik_tok_chanxuan.go b/app/task/svc/svc_tik_tok_chanxuan.go index 59dd6dd..f0a61f2 100644 --- a/app/task/svc/svc_tik_tok_chanxuan.go +++ b/app/task/svc/svc_tik_tok_chanxuan.go @@ -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) diff --git a/go.mod b/go.mod index 696ca3b..9c397a9 100644 --- a/go.mod +++ b/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( code.fnuoos.com/go_rely_warehouse/zyos_go_es.git v1.0.1-0.20230707081910-52e70aa52998 - code.fnuoos.com/go_rely_warehouse/zyos_go_third_party_api.git v1.1.21-0.20241023030432-34a00dfd6f1a + code.fnuoos.com/go_rely_warehouse/zyos_go_third_party_api.git v1.1.21-0.20241023080942-721e3ee3148e github.com/360EntSecGroup-Skylar/excelize v1.4.1 github.com/afex/hystrix-go v0.0.0-20180502004556-fa1af6a1f4f5 github.com/boombuler/barcode v1.0.1