Commit 2acda44e authored by liuyuzhen's avatar liuyuzhen

支付日志

parent 7068e0b2
......@@ -261,7 +261,7 @@ class OrderConfirmUtil {
$orderDao = \DAO\Order\OrderModel::getInstance($dbName);
$newPaySn = $this->makePaySn($memberId);
$orderDao->db->doTransaction();
$orderPay['pay_sn'] = $paySn;
$orderPay['pay_sn'] = $newPaySn;
$orderPay['buyer_id'] = $memberId;
$orderPay['api_pay_state'] = \Our\ApiConst::zero;
$orderPayModel = \DAO\Order\OrderPayModel::getInstance($dbName);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment