Commit 3fb9e97d authored by 潘栩锋's avatar 潘栩锋 🚴

修改flyad7 剩余时间不会减的问题

parent def34297
...@@ -1041,7 +1041,7 @@ namespace FlyADBase ...@@ -1041,7 +1041,7 @@ namespace FlyADBase
if (Surplus != 65535) if (Surplus != 65535)
{ {
if (dt_surplus != DateTime.MinValue) if (dt_surplus == DateTime.MinValue)
{ {
dt_surplus = now - TimeSpan.FromMinutes(40);//再过20分钟,就会 执行 使用时间+1 dt_surplus = now - TimeSpan.FromMinutes(40);//再过20分钟,就会 执行 使用时间+1
} }
......
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