Roc 2 年之前
父節點
當前提交
87fbfc1473
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      controllers/base_from_predict_calculate.go

+ 1 - 1
controllers/base_from_predict_calculate.go

@@ -1232,7 +1232,7 @@ func (this *PredictCalculateController) CalculateComputeCorrelation() {
 
 	br.Ret = 200
 	br.Success = true
-	br.Msg = "保存成功"
+	br.Msg = "计算成功"
 	br.Data = rVal
 	br.IsAddLog = true
 }