问题描述 做毕设ing,基本的增删改查。 这里是一个需要增的地方,代码如下: func (BI *BlogImpl) CreateBlog(ctx context.Context, blogInformation repo.BlogInformation) (repo.BlogInformation, error) { err := BI.Db.