正在显示
1 个修改的文件
包含
2 行增加
和
1 行删除
@@ -1258,7 +1258,8 @@ class SecondController extends RestBaseController | @@ -1258,7 +1258,8 @@ class SecondController extends RestBaseController | ||
1258 | $this->error('当前日期无法打卡'); | 1258 | $this->error('当前日期无法打卡'); |
1259 | } | 1259 | } |
1260 | $config=cmf_get_option('site_info'); | 1260 | $config=cmf_get_option('site_info'); |
1261 | - $adminEndTime=strtotime("$date.' '.$activity[end_clock_time]"); | 1261 | + $adminEndTime=strtotime("$date $activity[end_clock_time]"); |
1262 | + | ||
1262 | $now=time(); | 1263 | $now=time(); |
1263 | if (($adminEndTime-$config['before_end_time']*60)>$now || ($adminEndTime+$config['after_end_time']*60)<$now){ | 1264 | if (($adminEndTime-$config['before_end_time']*60)>$now || ($adminEndTime+$config['after_end_time']*60)<$now){ |
1264 | $this->error('当前时间无法打卡'); | 1265 | $this->error('当前时间无法打卡'); |
-
请 注册 或 登录 后发表评论