瀏覽代碼

Merge branch 'develop' of 192.168.3.17:zhanghongbo/qfw into develop

张金坤 9 年之前
父節點
當前提交
0ae960a4bb
共有 1 個文件被更改,包括 0 次插入4 次删除
  1. 0 4
      common/src/qfw/util/elastic/elasticutil.go

+ 0 - 4
common/src/qfw/util/elastic/elasticutil.go

@@ -605,10 +605,6 @@ func ConverData(ent *map[string]interface{}) map[string]interface{} {
 
 	tmp2["RecCap"] = tmp["RecCap"]
 	tmp2["RegCap"] = tmp["RegCap"]
-	tmp2["excDirect"] = false
-	if tmp["excDirect"] != nil && len(tmp["excDirect"].([]interface{})) > 0 {
-		tmp2["excDirect"] = true
-	}
 	tmp2["IndustryPhy"] = tmp["IndustryPhy"]
 	tmp2["IndustryPhyName"] = tmp["IndustryPhyName"]
 	tmp2["RegOrg"] = tmp["RegOrg"]