This website works better with JavaScript
Home
Explore
Help
Register
Sign In
lichunlei
/
kxs-main
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
更改划拨后检查机具激活状态,并自动补录队列间隔时间
lcl
1 year ago
parent
57388da76b
commit
1c31a5d200
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
AppStart/Helper/AddActService.cs
+ 1
- 1
AppStart/Helper/AddActService.cs
View File
@@ -90,7 +90,7 @@ namespace MySystem
}
else
{
- Thread.Sleep(
5
00);
+ Thread.Sleep(
300
00);
}
}
}