Commit 7e48f9f7 by doszhang

dos

parent d422ad10
...@@ -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); $type_list = array(2);
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