master
wangshuai 5 years ago
parent cd080859ea
commit e7b53c16b1

@ -4,6 +4,7 @@ import (
"dsSupport/MyModel/AccessSystem/AccessSystemDao"
"dsSupport/MyModel/DataSource/DatasourceService"
"dsSupport/MyModel/MySwagger"
"dsSupport/Utils/CommonUtil"
"dsSupport/Utils/ES7Util"
"fmt"
)
@ -49,6 +50,7 @@ func GetESDocCount() (bool, string, int, []map[string]interface{}) {
_, _, esdata := ES7Util.GetLatestDoc(vv["datasource_code"].(string))
data = make(map[string]interface{})
data["uuid"] = CommonUtil.GetUUID()
data["system_name"] = v["app_name"]
data["system_id"] = v["app_id"]
data["datasource_code"] = vv["datasource_code"]

Loading…
Cancel
Save