set last run

This commit is contained in:
HB9HIL
2024-04-22 23:57:29 +02:00
parent 9b71664569
commit 276eed81c7
5 changed files with 17 additions and 0 deletions

View File

@@ -25,6 +25,9 @@ class Hrdlog extends CI_Controller {
public function upload() {
$this->setOptions();
$this->load->model('cron_model');
$this->cron_model->set_last_run('upload_hrd');
$this->load->model('logbook_model');
$station_ids = $this->logbook_model->get_station_id_with_hrdlog_code();