This commit is contained in:
Fine 2022-11-19 16:40:26 +08:00
parent 670bef1d69
commit 9ece177f5e

View File

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