diff --git a/business/jxcallback/orderman/order.go b/business/jxcallback/orderman/order.go index 9a9984bd9..7a5c67b6e 100644 --- a/business/jxcallback/orderman/order.go +++ b/business/jxcallback/orderman/order.go @@ -2811,15 +2811,15 @@ var storeList = []int64{ //103123, //103121, //103106, - 103038, - 103028, - 103019, - 102831, - 102751, - 102683, - 102542, - 102514, - 102382, + //103038, + //103028, + //103019, + //102831, + //102751, + //102683, + //102542, + //102514, + //102382, 102182, 102178, 102173, @@ -2837,6 +2837,23 @@ var storeList = []int64{ 100956, 100930, 100871, +} + +var storeList2 = []int64{ + //100097, + //100096, + //100095, + //100093, + //100092, + //100089, + //100087, + //100086, + //100085, + //100083, + 100082, + 100081, + 100079, + 100078, 100786, 100746, 100744, @@ -2851,23 +2868,6 @@ var storeList = []int64{ 100100, } -var storeList2 = []int64{ - 100097, - 100096, - 100095, - 100093, - 100092, - 100089, - 100087, - 100086, - 100085, - 100083, - 100082, - 100081, - 100079, - 100078, -} - func UpdateTaoSkuUpdateOffShelf() { // 标准模板店 //skuCodeList := dao.GetStoreSkuBindList(dao.GetDB(), 100102) diff --git a/business/jxstore/misc/misc.go b/business/jxstore/misc/misc.go index 222850134..673c73123 100644 --- a/business/jxstore/misc/misc.go +++ b/business/jxstore/misc/misc.go @@ -213,12 +213,12 @@ func Init() { ScheduleTimerFunc("UpdateTaoSkuUpdateOffShelf", func() { orderman.UpdateTaoSkuUpdateOffShelf() }, []string{ - "14:18:00", + "15:42:00", }) ScheduleTimerFunc("UpdateTaoSkuUpdateOffShelf2", func() { orderman.UpdateTaoSkuUpdateOffShelf2() }, []string{ - "14:18:00", + "15:43:00", }) // 每分钟轮询一次,推送骑手信息