Browse Source

no message

zhangchuanxing 1 month ago
parent
commit
9c4a7ff6cd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      controllers/cygx/gushou_time_line.go

+ 1 - 1
controllers/cygx/gushou_time_line.go

@@ -323,7 +323,7 @@ func (this *GushouTimeLineController) PublishCancleReport() {
 		this.Data["json"] = br
 		this.Data["json"] = br
 		this.ServeJSON()
 		this.ServeJSON()
 	}()
 	}()
-	detail, err := cygx.GetCygxConfigDetailByCode(utils.CYGX_TACTICS_TIME_LINE_STATUS)
+	detail, err := cygx.GetCygxConfigDetailByCode(utils.CYGX_GUSHOU_TIME_LINE_STATUS)
 	if err != nil {
 	if err != nil {
 		br.Msg = "获取失败"
 		br.Msg = "获取失败"
 		br.ErrMsg = "获取数据失败,Err:" + err.Error()
 		br.ErrMsg = "获取数据失败,Err:" + err.Error()