vali %!s(int64=6) %!d(string=hai) anos
pai
achega
64479f9743
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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'];