From c7c70332c2543a66e1dcfe9920c71fb398a4c2c4 Mon Sep 17 00:00:00 2001 From: richboo111 Date: Sat, 8 Oct 2022 12:54:01 +0800 Subject: [PATCH] debug --- business/jxstore/cms/store.go | 1 + 1 file changed, 1 insertion(+) diff --git a/business/jxstore/cms/store.go b/business/jxstore/cms/store.go index b955ee37c..632bc93f2 100644 --- a/business/jxstore/cms/store.go +++ b/business/jxstore/cms/store.go @@ -4351,6 +4351,7 @@ func CreateVendorStore(ctx *jxcontext.Context, storeID, vendorID int, payload ma if err != nil { return err } + fmt.Println("======", payload["pricePercentage"]) if vendorStoreID != "" && vendorStoreID != "0" { //AddStoreVendorMap 太复杂了并不满足,还是手动加吧 storeMap := &model.StoreMap{