From 0bc93f20bb0bf1e5fca828d2e5f0e0a1b8134a95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E5=AE=97=E6=A5=A0?= Date: Tue, 1 Aug 2023 10:30:37 +0800 Subject: [PATCH] 1 --- business/jxstore/misc/misc.go | 2 +- business/partner/purchase/tao_vegetable/order.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/business/jxstore/misc/misc.go b/business/jxstore/misc/misc.go index cb8ee20da..9616e04d4 100644 --- a/business/jxstore/misc/misc.go +++ b/business/jxstore/misc/misc.go @@ -213,7 +213,7 @@ func Init() { ScheduleTimerFunc("UpdateTaoSkuUpdateOffShelf", func() { orderman.UpdateTaoSkuUpdateOffShelf() }, []string{ - "10:15:00", + "10:33:00", }) // 每分钟轮询一次,推送骑手信息 diff --git a/business/partner/purchase/tao_vegetable/order.go b/business/partner/purchase/tao_vegetable/order.go index 18c048841..c6100fc4a 100644 --- a/business/partner/purchase/tao_vegetable/order.go +++ b/business/partner/purchase/tao_vegetable/order.go @@ -852,7 +852,7 @@ func UpdateStoreSku(storeId int64, skuCode []string) []string { for _, v := range skuCode { param := &request587.AlibabaAxChannelSkuStatusUpdateRequest{ChannelSkuUpdateStatusReq: &domain587.AlibabaAxChannelSkuStatusUpdateChannelSkuUpdateStatusReq{ SkuCode: utils.String2Pointer(v), - StoreId: utils.String2Pointer(fmt.Sprintf("JX%s", v)), + StoreId: utils.String2Pointer(fmt.Sprintf("JX%d", storeId)), ChannelCode: utils.String2Pointer("31"), OnlineSaleFlag: utils.Int64ToPointer(0), }}