|
|
@@ -100,10 +100,6 @@ class Award extends BaseController
|
|
|
/**
|
|
|
* 文章详情
|
|
|
* @param $id
|
|
|
- * @return \think\response\Json
|
|
|
- * @author wuhaotian
|
|
|
- * @email 442384644@qq.com
|
|
|
- * @date 2024/7/4
|
|
|
*/
|
|
|
public function oil_detail($id,OilLevelRepository $repository)
|
|
|
{
|
|
|
@@ -116,9 +112,6 @@ class Award extends BaseController
|
|
|
/**
|
|
|
* 更新
|
|
|
* @param $id
|
|
|
- * @param OilLevelValidate $validate
|
|
|
- * @return mixed
|
|
|
- * @author Qinii
|
|
|
*/
|
|
|
public function oil_update($id, OilLevelValidate $validate,OilLevelRepository $repository)
|
|
|
{
|
|
|
@@ -136,12 +129,6 @@ class Award extends BaseController
|
|
|
|
|
|
/**
|
|
|
* 删除
|
|
|
- * @param $id
|
|
|
- * @return mixed
|
|
|
- * @throws DataNotFoundException
|
|
|
- * @throws DbException
|
|
|
- * @throws ModelNotFoundException
|
|
|
- * @author Qinii
|
|
|
*/
|
|
|
public function oil_delete($id,OilLevelRepository $repository)
|
|
|
{
|