订单
This commit is contained in:
@@ -357,7 +357,6 @@ func Pay4User(ctx *jxcontext.Context, thingID, payType int, vendorPayType string
|
||||
switch payType {
|
||||
case model.PayTypeTL_DiscountCard:
|
||||
if configList, err := dao.QueryConfigs(db, "会员折扣卡", model.ConfigTypeDiscountCard, ""); err == nil {
|
||||
fmt.Println("test11111111111111111111111111111111111111")
|
||||
err = jxutils.Strings2Objs(configList[0], &dicountCards)
|
||||
discountCard := findDiscountCard(dicountCards, thingID)
|
||||
vendorOrderID = utils.Int64ToStr(GenOrderNo(ctx))
|
||||
|
||||
Reference in New Issue
Block a user