mirror of
https://github.com/kuaifan/dootask.git
synced 2026-03-17 11:13:26 +00:00
同上
This commit is contained in:
parent
6f4945ac05
commit
95f9435ed1
@ -893,6 +893,7 @@ class SystemController extends AbstractController
|
|||||||
}
|
}
|
||||||
if (Base::time() < $startT + $secondEnd) {
|
if (Base::time() < $startT + $secondEnd) {
|
||||||
$lastResult = "-";
|
$lastResult = "-";
|
||||||
|
$lastTimestamp = 0;
|
||||||
} else {
|
} else {
|
||||||
$lastResult = "正常";
|
$lastResult = "正常";
|
||||||
if (empty($lastTimestamp) || $lastTimestamp === $firstTimestamp) {
|
if (empty($lastTimestamp) || $lastTimestamp === $firstTimestamp) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user