mirror of
https://github.com/kuaifan/dootask.git
synced 2026-03-02 15:07:11 +00:00
perf: 优化导出签到
This commit is contained in:
parent
ab7c4ea73d
commit
6532382f43
@ -895,6 +895,8 @@ class SystemController extends AbstractController
|
||||
if (empty($lastTimestamp)) {
|
||||
$lastResult = "缺卡";
|
||||
$styles["G{$index}"] = ["font" => ["color" => ["rgb" => "ff0000"]]];
|
||||
} elseif ($lastTimestamp === $firstTimestamp) {
|
||||
$lastResult = "-";
|
||||
} elseif ($lastTimestamp < $startT + $secondEnd) {
|
||||
$lastResult = "早退";
|
||||
$styles["G{$index}"] = ["font" => ["color" => ["rgb" => "436FF6"]]];
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user