fix: ...
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user