|
@@ -377,9 +377,9 @@ func DocumentUpdate(outsideReport *document_manage_model.OutsideReportBO) error
|
|
|
if outsideReport.Title != "" {
|
|
|
report.Title = outsideReport.Title
|
|
|
}
|
|
|
- if outsideReport.Abstract != "" {
|
|
|
- report.Abstract = outsideReport.Abstract
|
|
|
- }
|
|
|
+
|
|
|
+ report.Abstract = outsideReport.Abstract
|
|
|
+
|
|
|
if outsideReport.ClassifyId > 0 {
|
|
|
report.ClassifyId = outsideReport.ClassifyId
|
|
|
}
|