We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5be8f46 commit 27bf68fCopy full SHA for 27bf68f
service/app/controller/blog/comment.js
@@ -80,7 +80,7 @@ class CommentController extends controller {
80
"INSERT INTO visitor_comment(visitor_id, comment, publish_time, novel_id";
81
} else if (request.typeName === "aboutId") {
82
sql =
83
- "INSERT INTO visitor_comment(visitor_id, comment, publish_time, adout_id";
+ "INSERT INTO visitor_comment(visitor_id, comment, publish_time, about_id";
84
}
85
if (request.beCommentId) {
86
sql += ", be_comment_id ) VALUES (?, ?, ?, ?, ?)";
0 commit comments