...
|
...
|
@@ -167,6 +167,11 @@ class TeamController extends AdminBaseController |
|
|
}
|
|
|
}
|
|
|
|
|
|
/**
|
|
|
* 删除信息
|
|
|
* @throws \think\Exception
|
|
|
* @throws \think\exception\PDOException
|
|
|
*/
|
|
|
public function delete(){
|
|
|
$id=input('id');
|
|
|
db('team')->where('id',$id)->delete();
|
...
|
...
|
|