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

提交信息修改

... ... @@ -111,12 +111,13 @@ class TeamController extends AdminBaseController
$info=db('team_apply')->where('id',$data['id'])->update($update);
if (!empty($info)){
if ($data['status']==1){
$action='审核通过';
}else{
$action='审核不同过';
}
if ($teamId>0){
if ($data['status']==1){
$action='审核通过';
}else{
$action='审核不同过';
}
$this->addTeamLog($teamId,'团队',$action,$info);
}
... ... @@ -167,4 +168,4 @@ class TeamController extends AdminBaseController
}
}
\ No newline at end of file
}
... ...