vali hace 6 años
padre
commit
64479f9743
Se han modificado 1 ficheros con 1 adiciones y 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'];