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

提交信息修改

... ... @@ -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();
... ...