1
This commit is contained in:
@@ -2737,10 +2737,10 @@ func UpdateTaoSettleInfo() {
|
||||
}
|
||||
|
||||
var storeList = []int64{
|
||||
669053,
|
||||
103074,
|
||||
668985,
|
||||
103065,
|
||||
//669053,
|
||||
//103074,
|
||||
//668985,
|
||||
//103065,
|
||||
668960,
|
||||
668959,
|
||||
668953,
|
||||
@@ -2876,4 +2876,11 @@ func UpdateTaoSkuUpdateOffShelf() {
|
||||
ddmsg.SendUserMessage(dingdingapi.MsgTyeText, "2452A93EEB9111EC9B06525400E86DC0", "下架商品错误消息:", utils.Format4Output(resultErr, false))
|
||||
}
|
||||
}
|
||||
|
||||
//for _,storeId := range storeList {
|
||||
// resultErr := tao.UpdateStoreSkuGrounding(storeId, skuCodeList)
|
||||
// if len(resultErr) > 0 {
|
||||
// ddmsg.SendUserMessage(dingdingapi.MsgTyeText, "2452A93EEB9111EC9B06525400E86DC0", "上架架商品错误消息:", utils.Format4Output(resultErr, false))
|
||||
// }
|
||||
//}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user