瀏覽代碼

Merge branch 'cygx/cygx_13.9' of http://8.136.199.33:3000/hongze/hz_crm_api into debug

zhangchuanxing 3 周之前
父節點
當前提交
419971fc6f
共有 1 個文件被更改,包括 1 次插入1 次删除
  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()