소스 검색

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"]