فهرست منبع

修改支付时间

lizhen_gitee 1 سال پیش
والد
کامیت
b4305adf1d
1فایلهای تغییر یافته به همراه2 افزوده شده و 1 حذف شده
  1. 2 1
      addons/unishop/behavior/Order.php

+ 2 - 1
addons/unishop/behavior/Order.php

@@ -223,7 +223,8 @@ class Order
      */
     public function paidSuccess(&$params, $extra)
     {
-        $nowtime = time()+$this->jiesuan_tendays_ago();
+        $nowtime = time();
+        $nowtime = $this->jiesuan_tendays_ago()-1;
         $order = &$params;
         $order->have_paid = $nowtime;// 更新支付时间为当前时间
         $order->pay_type = $extra['pay_type'];