mirror of
https://github.com/kuaifan/dootask.git
synced 2026-06-08 08:29:02 +00:00
no message
This commit is contained in:
parent
111c236fd0
commit
4ff23148e6
@ -71,7 +71,7 @@ class UserCheckinRecord extends AbstractModel
|
||||
$end = "";
|
||||
$array = [];
|
||||
foreach ($this->times as $time) {
|
||||
$time = preg_replace("/:00$/", "", $time);
|
||||
$time = preg_replace("/(\d+):(\d+):\d+$/", "$1:$2", $time);
|
||||
if (empty($start)) {
|
||||
$start = $time;
|
||||
continue;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user