fix: update condition logic for trace tree data (#186)

This commit is contained in:
Fine0830 2022-11-19 16:53:15 +08:00 committed by GitHub
parent 670bef1d69
commit dc842609ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -144,7 +144,7 @@ export default class TraceUtil {
spanId: parentSpanId, spanId: parentSpanId,
parentSpanId: parentSpanId > -1 ? 0 : -1, parentSpanId: parentSpanId > -1 ? 0 : -1,
}; };
if (lodash.find(fixSpans, fixSpanKeyContent)) { if (!lodash.find(fixSpans, fixSpanKeyContent)) {
fixSpans.push({ fixSpans.push({
...fixSpanKeyContent, ...fixSpanKeyContent,
refs: [], refs: [],