CloneServerStatItem 时检查indexId和toIndexId是否相同 (#6478)
This commit is contained in:
@@ -72,6 +72,11 @@
|
||||
return;
|
||||
}
|
||||
|
||||
if(indexId == toIndexId)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
var stat = _lstServerStat.FirstOrDefault(t => t.IndexId == indexId);
|
||||
if (stat == null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user