fix
This commit is contained in:
parent
3b6f7dc289
commit
ac8216d895
@ -223,7 +223,7 @@ func (df *DataFilter) dealDiffArr(diffArr []string) string {
|
||||
if len(jsonResultList) == 0 {
|
||||
return ""
|
||||
}
|
||||
newPath := util.String.GenRandomString("", 8)
|
||||
newPath := util.String.GenRandom("", 8)
|
||||
var result map[string]interface{}
|
||||
_ = json.Unmarshal([]byte(df.source), &result)
|
||||
JSONObject, _ := gabs.Consume(result)
|
||||
|
Loading…
Reference in New Issue
Block a user