rabin 1 년 전
부모
커밋
4b79fb0224
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      lib/Pay.php

+ 1 - 1
lib/Pay.php

@@ -155,7 +155,7 @@ class Pay
     public function payNotice($order)
     {
     	if ($order['card_id'] > 0 && Dever::project('duihuan')) {
-            Dever::load('duihuan/lib/give')->act($order['uid'], 1, $order['card_id']);
+            Dever::load('duihuan/lib/give')->act($order['uid'], 1, $order['card_id'], $order['order_num']);
         }
     }
 }