This commit is contained in:
邹宗楠
2022-06-06 17:54:41 +08:00
parent 55d97c5ef6
commit a534047b7d
3 changed files with 20 additions and 7 deletions

View File

@@ -337,6 +337,7 @@ func (p *PurchaseHandler) createOrUpdateStoreSkus(ctx *jxcontext.Context, storeI
if foodData["tag_id"] != nil {
skus[0]["weight"] = storeSku.Weight // weight字段仅限服饰鞋帽、美妆、日用品、母婴、生鲜果蔬、生活超市下的便利店/超市门店品类的商家使用
}
}
if globals.EnableMtwmStoreWrite {
if len(foodDataList) == 1 {