库存修改 测试

This commit is contained in:
苏尹岚
2020-08-03 17:08:31 +08:00
parent df62da5bcb
commit 33108872a6

View File

@@ -1259,6 +1259,7 @@ func updateStoresSkusWithoutSync(ctx *jxcontext.Context, db *dao.DaoDB, storeIDs
} else {
skuBind.Stock = 0
}
// }
}
if skuBindInfo.UnitPrice != 0 && isCanChangePrice { // 这里是否需要加此条件限制