stanley-king 4 달 전
부모
커밋
a9b48c5b12
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      helper/vendor/yifutongtax.php

+ 1 - 1
helper/vendor/yifutongtax.php

@@ -109,7 +109,7 @@ class yifutongtax
                     {
                         $order_sn = $refill_info['order_sn'];
                         $order_time = $val['order_time'];
-                        $finish_time = $value['finish_time'];
+                        $finish_time = $val['finish_time'];
 
                         $mod_refill->table('refill_order')->where(['order_sn' => $order_sn])
                             ->update(['order_time' => $order_time, 'commit_time' => $order_time, 'notify_time' => $finish_time]);