1
This commit is contained in:
@@ -77,6 +77,7 @@ func storeSku2ActData(act *model.Act2, actStoreSku []*model.ActStoreSku2, handle
|
|||||||
}
|
}
|
||||||
|
|
||||||
for _, v := range actStoreSku {
|
for _, v := range actStoreSku {
|
||||||
|
globals.SugarLogger.Debugf("打印初始商品参数 sku=%s", utils.Format4Output(v, false))
|
||||||
if handler == nil || handler(v.SyncStatus) {
|
if handler == nil || handler(v.SyncStatus) {
|
||||||
stock := int64(0)
|
stock := int64(0)
|
||||||
if v.Stock > 0 {
|
if v.Stock > 0 {
|
||||||
|
|||||||
Reference in New Issue
Block a user