rabin 1 day ago
parent
commit
04d4df07ab
1 changed files with 0 additions and 2 deletions
  1. 0 2
      src/place/order/app/Lib/Source/Refund.php

+ 0 - 2
src/place/order/app/Lib/Source/Refund.php

@@ -178,11 +178,9 @@ class Refund
                 }
                 $money = Dever::math('mul', $cash['pay_cash'], $score['exp']);
                 $state = Dever::load(\Place\Lib\Account::class)->refund($order, $money, $order['order_num'] . '_' . $refund['id'], $sector_id, $place_id, 'source');
-                print_r($state);die;
 
                 Dever::db('porder/source_refund')->update($refund['id'], ['pay_status' => 2]);
             }
-            echo 11;die;
 
             # 退余额
             if ($cash['wallet_cash'] > 0) {