vali 6 lat temu
rodzic
commit
64479f9743
1 zmienionych plików z 1 dodań i 0 usunięć
  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'];