Browse Source

fix:错误校验

duxin 1 year ago
parent
commit
50109a6003

+ 1 - 0
src/jfw/modules/bigmember/src/entity/marketAnalysis/analysisPdf.go

@@ -377,6 +377,7 @@ func (this *AnalysisReportPdf) PdfSave() error {
 	}
 	id = db.Mgo.Save(MgoPdfName, res)
 	this.ServeJson(NewResult(util.EncodeId(id), nil))
+	return nil
 }
 
 func getBuyerNameById(buyerId string) (buyerName string) {