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

Merge branch 'ETA_2.2.2' into debug

zwxi 6 сар өмнө
parent
commit
603ba5c9ca

+ 1 - 1
controllers/bi_dashboard.go

@@ -1050,7 +1050,7 @@ func (this *BIDaShboardController) PublicCancel() {
 
 	item.State = 1
 
-	err = bi_dashboard.SaveDashboard(item)
+	err = bi_dashboard.EditDashboard(item)
 	if err != nil {
 		br.Msg = "编辑失败"
 		br.ErrMsg = "编辑失败,Err:" + err.Error()