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), }}