Commit bcdea508 authored by 734642908@qq.com's avatar 734642908@qq.com

修改任务列表

parent 0eff8e59
......@@ -133,7 +133,7 @@ class UserController extends BaseController
$whereArr = array(
'uid'=>$uid
,'game_code'=>'ylc'
,'add_time'=>array('gt',strtotime(date('Y-m-d')))
,'add_time'=>array('gt',date('Y-m-d'))
);
$taskArr = $model->where($whereArr)->select();
......
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 to comment