Commit dd70111e authored by 潘栩锋's avatar 潘栩锋 🚴

修复 当机架修正全部数据无效时,界面统计Max 出错

parent eaa85275
......@@ -717,6 +717,9 @@ namespace FLY.Thick.Base.UI
else
return true;
});
if (list.Count() == 0)
return;
//设置Y轴范围
int max = (int)list.Max();
int min = (int)list.Min();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment