张金坤 hace 9 años
padre
commit
6c846b8352
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      common/src/qfw/util/elastic/elasticutil.go

+ 1 - 1
common/src/qfw/util/elastic/elasticutil.go

@@ -621,7 +621,7 @@ func ConverData(ent *map[string]interface{}) map[string]interface{} {
 	if util.ObjToString(Ycml) == "" {
 		tmp2["Ycml"] = false
 	} else {
-		tmp2["Ycml"] = Ycml
+		tmp2["Ycml"] = true
 	}
 	//增加年报联系信息
 	if tmp["Nb_email"] != nil {