Commit 8e945ca3 by doszhang

dos

parent e2880858
...@@ -99,7 +99,7 @@ class IndexController extends Controller ...@@ -99,7 +99,7 @@ class IndexController extends Controller
} }
$now = time(); $now = time();
$req_type = array(); $req_type = array();
$type_list = array(1,2,3); $type_list = array(1);
foreach ($type_list as $type) { foreach ($type_list as $type) {
$c = M('prize')->where(array( $c = M('prize')->where(array(
'type' => $type, 'type' => $type,
......
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