Commit ec0e10d4 by doszhang

dos

parent 902a043f
...@@ -157,7 +157,7 @@ class IndexController extends Controller ...@@ -157,7 +157,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