正在显示
1 个修改的文件
包含
1 行增加
和
0 行删除
@@ -23,6 +23,7 @@ class SignController extends RestBaseController | @@ -23,6 +23,7 @@ class SignController extends RestBaseController | ||
23 | */ | 23 | */ |
24 | public function index() | 24 | public function index() |
25 | { | 25 | { |
26 | + $this->getUserId(); | ||
26 | $re=Db::name('config')->where('id',1)->find(); | 27 | $re=Db::name('config')->where('id',1)->find(); |
27 | 28 | ||
28 | $data['morning_sign_time']=date('H:i',$re['morning_sign_time']); | 29 | $data['morning_sign_time']=date('H:i',$re['morning_sign_time']); |
-
请 注册 或 登录 后发表评论