1
This commit is contained in:
@@ -1729,6 +1729,9 @@ func GetMatterStoreOrderCount(ctx *jxcontext.Context, storeID int) (result *Orde
|
||||
flag = false
|
||||
}
|
||||
orderTime = *orderPay.PayFinishedAt
|
||||
if time.Now().Sub(orderTime) > 30*24*time.Hour {
|
||||
orderTime = time.Now().AddDate(0, -1, 0)
|
||||
}
|
||||
} else {
|
||||
orderTime = time.Now().AddDate(0, -1, 0)
|
||||
flag = true
|
||||
|
||||
Reference in New Issue
Block a user