This commit is contained in:
邹宗楠
2023-08-01 13:36:36 +08:00
parent 35876c3108
commit ba2982e6fc
3 changed files with 31 additions and 5 deletions

View File

@@ -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))
// }
//}
}