This commit is contained in:
richboo111
2023-07-07 17:53:39 +08:00
parent a9b3883f40
commit b3ae42fc6d

View File

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