vali hace 6 años
padre
commit
18f7131d50
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      datainf/logic/HttpServerOnlySet.php

+ 2 - 1
datainf/logic/HttpServerOnlySet.php

@@ -706,7 +706,8 @@ class HttpServerOnlySet
             $this->PushSqlToArray($sql_tmp);
         }
 
-        $ret = DB::table('money_prize')->whereIn('order_id', $order_ids)->where('money', '>', 0.01)->get();
+        //$ret = DB::table('money_prize')->whereIn('order_id', $order_ids)->where('money', '>', 0.01)->get();
+        $ret = DB::table('money_prize')->whereIn('order_id', $order_ids)->get();
         if ($ret) {
             foreach ($ret as $val) {
                 $this->PDatas['money_prize_map'][$val->order_id] = $val;