vali 6 лет назад
Родитель
Сommit
64479f9743
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      app/Logic/UnSettmatchLogic.php

+ 1 - 0
app/Logic/UnSettmatchLogic.php

@@ -193,6 +193,7 @@ class UnSettmatchLogic
     {
         $sql = "select sum(money) as msum,money_type from money_details where trade_id='$order_id'  group by money_type  ";
         $rets = DB::select($sql);
+        print_r([$sql,$rets]);
         $ret = $rets['0'];
 
         $uadd = $ret['1'];