zhangchuanxing hai 1 mes
pai
achega
9c4a7ff6cd
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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.ServeJSON()
 	}()
-	detail, err := cygx.GetCygxConfigDetailByCode(utils.CYGX_TACTICS_TIME_LINE_STATUS)
+	detail, err := cygx.GetCygxConfigDetailByCode(utils.CYGX_GUSHOU_TIME_LINE_STATUS)
 	if err != nil {
 		br.Msg = "获取失败"
 		br.ErrMsg = "获取数据失败,Err:" + err.Error()