@@ -618,7 +618,7 @@ func ConverData(ent *map[string]interface{}) map[string]interface{} {
tmp2["CompFormName"] = tmp["CompFormName"]
//增加异常名录标记
Ycml := tmp["Ycml"]
- if Ycml == nil {
+ if util.ObjToString(Ycml) == "" {
tmp2["Ycml"] = false
} else {
tmp2["Ycml"] = Ycml