fix: ...
This commit is contained in:
@@ -152,7 +152,7 @@ func (r CDREventMF) ExportXlsx(rows []model.CDREventMF, fileName, language strin
|
|||||||
case json.RawMessage:
|
case json.RawMessage:
|
||||||
msd = string(vv)
|
msd = string(vv)
|
||||||
case map[string]interface{}:
|
case map[string]interface{}:
|
||||||
// 如果是对象,序列化为json.RawMessage
|
// 如果是对象,序列化为json
|
||||||
b, _ := json.Marshal(vv)
|
b, _ := json.Marshal(vv)
|
||||||
msd = string(b)
|
msd = string(b)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user