This commit is contained in:
邹宗楠
2023-09-12 18:24:53 +08:00
parent 297e348bb6
commit 65b704f9c8
2 changed files with 5 additions and 5 deletions

View File

@@ -413,6 +413,7 @@ func UpdateFakeWayBillToTiktok() {
}
for i := 0; i < len(fakeWayBill); i++ {
globals.SugarLogger.Debugf("定时任务推送UpdateFakeWayBillToTiktok := %s", fakeWayBill[i].VendorOrderID)
// 判断当前订单是否可以推送,UpdatedAt > 当前时间 就跳过
if fakeWayBill[i].StatusTime.After(time.Now()) {
continue