This commit is contained in:
richboo111
2022-11-22 14:39:38 +08:00
parent b326b1d491
commit 96723b815c

View File

@@ -1532,6 +1532,13 @@ func (c *StoreController) CreateDDStoreFence() {
}
}
}
if len(info) > 0 {
for _, i := range info {
for k, v := range i {
globals.SugarLogger.Debugf("preTest info k=%s,v=%s", k, v)
}
}
}
retVal, err = cms.AssistCreateFence(info)
}
return retVal, "", err