diff --git a/business/jxcallback/orderman/order.go b/business/jxcallback/orderman/order.go index 69fcbabd2..9df74c393 100644 --- a/business/jxcallback/orderman/order.go +++ b/business/jxcallback/orderman/order.go @@ -2870,6 +2870,7 @@ func UpdateTaoSkuUpdateOffShelf() { //skuCodeList := dao.GetStoreSkuBindList(dao.GetDB(), 100102) for _, storeId := range storeList { + ddmsg.SendUserMessage(dingdingapi.MsgTyeText, "2452A93EEB9111EC9B06525400E86DC0", "开始下架:", utils.Int64ToStr(storeId)) storeSkuMap := dao.GetStoreSkuBindList(dao.GetDB(), storeId) resultErr := tao.UpdateStoreSku(storeId, storeSkuMap) if len(resultErr) > 0 { diff --git a/business/jxstore/misc/misc.go b/business/jxstore/misc/misc.go index 5728922ee..8d1a0e4c4 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{ - "13:40:00", + "14:00:00", }) // 每分钟轮询一次,推送骑手信息