Commit 28536b7e by doszhang

dos

parent 8495a0cb
...@@ -55,7 +55,6 @@ class IndexController extends Controller ...@@ -55,7 +55,6 @@ class IndexController extends Controller
'prize_type' => $type, 'prize_type' => $type,
'uid' => 0 'uid' => 0
))->order('rand()')->limit(1)->find(); ))->order('rand()')->limit(1)->find();
var_dump($prize);die();
if (!$prize) { if (!$prize) {
return false; return false;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment