WH01243 2 лет назад
Родитель
Сommit
af2ba8a0a3
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      middleground/publicservice.go

+ 1 - 1
middleground/publicservice.go

@@ -96,7 +96,7 @@ func (p *publicService) Detail(id string) map[string]interface{} {
 	result["clearStatusStr"] = common.If(resp.ClearStatus == "0", "", "人工清洗")
 	result["clearStatus"] = resp.ClearStatus
 	result["dataExample"] = resp.DataExample
-	result["Introduce"] = resp.Introduce
+	result["introduce"] = resp.Introduce
 	result["format"] = resp.Format
 	return result
 }