|
|
|
@ -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":
|
|
|
|
|