作者 sgj
1 个管道 的构建 失败 耗费 0 秒

打卡状态编辑

... ... @@ -301,9 +301,9 @@ class SecondController extends RestBaseController
$map1['user_id'] =$userId;
$is_set=db('user_pass')->where($map1)->find();
if ($is_set){
$classInfo['status']='1';
$classInfo['user_status']='1';
}else{
$classInfo['status']='0';
$classInfo['user_status']='0';
}
$this->success('',$classInfo);
}
... ...