Commit 5863071a by doszhang

dos

parent 964b07ad
...@@ -46,6 +46,7 @@ class IndexController extends Controller ...@@ -46,6 +46,7 @@ class IndexController extends Controller
'prize_type' => $type, 'prize_type' => $type,
'is_get' => 0 'is_get' => 0
))->count(); ))->count();
var_dump($c);die();
if ($c >= 20) { if ($c >= 20) {
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