bugfix: 阻飞天气误判问题

main
陈伟 3 weeks ago
parent d8dc1bbd5f
commit d766ae581f

@ -897,7 +897,7 @@ namespace OpenAuth.App.ServiceApp
var rainThreshold = 3; // 大雨
var windSpeedThreshold = 12;
double weatherWindSpeed = 0; // 天气预报风速
double weatherWindSpeedThreshold = 0;
double weatherWindSpeedThreshold = 12;
switch (dockTypeId)
{
case "Dock":

Loading…
Cancel
Save