This commit is contained in:
邹宗楠
2022-11-10 15:59:00 +08:00
parent f707817aec
commit 34068957da

View File

@@ -307,7 +307,7 @@ func (p *PurchaseHandler) createOrUpdateStoreSkus(ctx *jxcontext.Context, storeI
Supply7dayReturn: 2,
Mobile: storeDetail.Tel1,
Commit: true,
Specs: "重量|" + fmt.Sprintf("%f", storeSku.SpecQuality) + storeSku.SpecUnit,
Specs: "重量|" + utils.Float64ToStr(float64(storeSku.SpecQuality)) + storeSku.SpecUnit,
NeedRechargeMode: false,
SellChannel: []int64{0},
StartSaleType: 0,