This commit is contained in:
zhangsz
2025-07-22 10:08:33 +08:00
parent 6c8c17c4f4
commit 88c92eebf2

View File

@@ -152,7 +152,7 @@ func (r CDREventMF) ExportXlsx(rows []model.CDREventMF, fileName, language strin
case json.RawMessage:
msd = string(vv)
case map[string]interface{}:
// 如果是对象序列化为json.RawMessage
// 如果是对象序列化为json
b, _ := json.Marshal(vv)
msd = string(b)
}