vali 6 年之前
父節點
當前提交
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'];