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