...
|
...
|
@@ -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 |
|
|
} |
...
|
...
|
|