Browse Source

更新

master
huangjiajun 1 month ago
parent
commit
22aa1c579c
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      app/task/svc/svc_tik_tok_chanxuan.go
  2. +1
    -1
      go.mod

+ 1
- 1
app/task/svc/svc_tik_tok_chanxuan.go View File

@@ -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)


+ 1
- 1
go.mod View File

@@ -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


Loading…
Cancel
Save