Commit 4a768149 authored by wwccw0591's avatar wwccw0591

pc

parent f0827247
......@@ -424,7 +424,8 @@ class OrderServiceModel extends \Business\AbstractModel
$update['reason_info'] = '用户付款' . $waitDiff . '分钟内,店铺未接单,自动取消订单';
$update['buyer_message'] = '用户付款' . $waitDiff. '分钟内,店铺未接单,自动取消订单';
$update['is_suc_refund'] = 1;
$res = $refundReturnDao->addRefundReturn($update);
//$res = $refundReturnDao->addRefundReturn($update);
$res=true;
if (!$res) {
echo '退款记录:' . json_encode($orderInfo) . '写入失败!!' . "\r\n";
}else{
......
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