diff --git a/business/partner/purchase/jx/localjx/order.go b/business/partner/purchase/jx/localjx/order.go index 2a9d5d70a..ba7b5b902 100644 --- a/business/partner/purchase/jx/localjx/order.go +++ b/business/partner/purchase/jx/localjx/order.go @@ -359,6 +359,7 @@ func Pay4User(ctx *jxcontext.Context, thingID, payType int, vendorPayType string case model.PayTypeTL_DiscountCard: if configList, err := dao.QueryConfigs(db, "会员折扣卡", model.ConfigTypeDiscountCard, ""); err == nil { str, err := json.Marshal(configList[0]) + fmt.Println("test11111111111111111111", string(str)) err = jxutils.Strings2Objs(string(str), &dicountCards) if err != nil { return nil, err