Преглед изворни кода

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()