...
|
...
|
@@ -103,8 +103,10 @@ class Clock extends Api |
|
|
public function index(){
|
|
|
$Join=new MissionJoin();
|
|
|
$Mission=new \app\admin\model\Mission();
|
|
|
$now=time();
|
|
|
$where['mj.user_id']=$this->auth->id;
|
|
|
$where['mj.status']=['eq','0'];
|
|
|
$where['mj.deadtime']=['>',$now];
|
|
|
$list['my']=$Join->myMissionList($where);
|
|
|
$CheckLog=new ClockLog();
|
|
|
$check_map['user_id']=$this->auth->id;
|
...
|
...
|
|