Преглед изворни кода

Merge branch 'ETA_1.8.1' into debug

zwxi пре 1 година
родитељ
комит
747c5679db
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      controllers/smart_report/smart_report.go

+ 1 - 0
controllers/smart_report/smart_report.go

@@ -110,6 +110,7 @@ func (this *SmartReportController) Add() {
 	item.CanvasColor = req.CanvasColor
 	item.HeadResourceId = req.HeadResourceId
 	item.EndResourceId = req.EndResourceId
+	item.NeedSplice = 1
 
 	// 继承报告
 	if req.AddType == 2 {