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