From 5e2c0e035e20a8c5d024bf3ac4d61a8054d1ad0a Mon Sep 17 00:00:00 2001 From: richboo111 Date: Thu, 28 Jul 2022 14:39:51 +0800 Subject: [PATCH] pay log --- business/jxstore/cms/order.go | 1 + 1 file changed, 1 insertion(+) diff --git a/business/jxstore/cms/order.go b/business/jxstore/cms/order.go index 85d8c6a4c..95fdb9ac1 100644 --- a/business/jxstore/cms/order.go +++ b/business/jxstore/cms/order.go @@ -110,6 +110,7 @@ func Pay(ctx *jxcontext.Context, orderID string, payType int, vendorPayType, app // 给用户创建一个银行卡账户 globals.SugarLogger.Debugf("createbill begin……") userBill, err := dao.GetUserBill(db, order.UserID, "") + globals.SugarLogger.Debug("user_bill.billID……", userBill.BillID) if userBill == nil { err = financial.AddUserBill(txDB, jxutils.GenBillID(), order.UserID) }