This commit is contained in:
邹宗楠
2026-07-14 09:53:48 +08:00
parent 6767779cd9
commit fd5e61b249
2 changed files with 6 additions and 1 deletions

View File

@@ -335,7 +335,6 @@ func (p *PurchaseHandler) Map2Order(orderData map[string]interface{}) (order *mo
}
order.CouponIDs = strings.Join(tagListStr, ",")
}
// 包装袋金额
store, _ := dao.GetStoreDetailByVendorStoreID(dao.GetDB(), order.VendorStoreID, model.VendorIDMTWM, order.VendorOrgCode)
if store != nil {