mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 12:30:49 +08:00
ptgen api point support parameter & default user
This commit is contained in:
@@ -57,6 +57,7 @@ class AttendanceRepository extends BaseRepository
|
||||
$attendance->update($update);
|
||||
}
|
||||
}
|
||||
$attendance->added_time = $now->toTimeString();
|
||||
$attendance->is_updated = $isUpdated;
|
||||
do_log("[FINAL_ATTENDANCE]: " . $attendance->toJson());
|
||||
return $attendance;
|
||||
|
||||
Reference in New Issue
Block a user