소스 검색

miwan change bugs

zz 6 년 전
부모
커밋
ca24c10c82
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/Http/Controllers/Wap/Pay/OrdersController.php

+ 1 - 1
app/Http/Controllers/Wap/Pay/OrdersController.php

@@ -130,7 +130,7 @@ class OrdersController extends Controller
             $fromtype = 'main';
         }
 
-        if (!$openid && !$p_channel_id) {
+        if (!$openid && !$p_channel_id && !$suid) {
             $transfer_channel_id = $this->transfer($distribution_channel_id);
             if ($transfer_channel_id) {
                 $p_channel_id = $distribution_channel_id;