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