stanley-king 2 年之前
父節點
當前提交
a2bf45a252
共有 1 個文件被更改,包括 3 次插入1 次删除
  1. 3 1
      helper/refill/order.php

+ 3 - 1
helper/refill/order.php

@@ -280,8 +280,10 @@ class order
     {
         $ext = ['order_id' => $order_id, 'order_sn' => $order_sn, 'product_type' => $this->mThirdPorductType,
             'account_type' => $this->mThirdCardType,
-            'quantity' => $this->mQuantity, 'user_account' => $this->mCardNo , 'pcode' => $this->mProductCode
+            'quantity' => $this->mQuantity, 'user_account' => $this->mCardNo , 'pcode' => $this->mProductCode,
+            'add_time' => time()
         ];
+
         if($this->is_third() && $this->mThirdPorductType == mtopcard\ThirdElectricProduct) {
             $ext['company_type'] = $this->mElecticExtes['company_type'];
             $ext['use_type'] = $this->mElecticExtes['use_type'];