|
@@ -154,9 +154,10 @@ func handleReportAddOrModifyKnowledge(reportId, reportChapterId int, title, auth
|
|
- err = item.Update([]string{"author", "text_content", "publish_time", "modify_time"})
|
|
+ err = item.Update([]string{"author", "text_content", "is_published", "publish_time", "modify_time"})
|