Эх сурвалжийг харах

fix: 智能研报更新时间

hsun 1 жил өмнө
parent
commit
d10f5b8b34

+ 1 - 0
controllers/smart_report/smart_report.go

@@ -225,6 +225,7 @@ func (this *SmartReportController) Edit() {
 		item.Title != req.Title ||
 		item.Abstract != req.Abstract ||
 		item.Frequency != req.Frequency ||
+		item.Author != req.Author ||
 		utils.MD5(item.Content) != utils.MD5(req.Content) {
 		contentModify = true
 	}