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

打卡状态编辑

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