创建记录 book_obj = BookBook.objects.create(title=title,price=price, pubDate=pubDate, publish_id=publish_id)
book_obj.authors.add(*authorList)
更新记录