mirror of
https://github.com/bufanyun/hotgo.git
synced 2025-02-02 18:28:41 +08:00
fix 岗位删除
This commit is contained in:
parent
379418a14e
commit
6295adbb9d
@ -28,7 +28,7 @@ func (c *cPost) Delete(ctx context.Context, req *post.DeleteReq) (res *post.Dele
|
|||||||
}
|
}
|
||||||
|
|
||||||
err = service.AdminPost().Delete(ctx, in)
|
err = service.AdminPost().Delete(ctx, in)
|
||||||
return res, nil
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
// Edit 修改/新增
|
// Edit 修改/新增
|
||||||
|
Loading…
Reference in New Issue
Block a user