Update Logbook_model.php
这个提交包含在:
父节点
5f9665fe48
当前提交
2aff5b6d96
共有 1 个文件被更改,包括 2 次插入 和 0 次删除
|
|
@ -115,6 +115,7 @@ class Logbook_model extends CI_Model {
|
||||||
'COL_STATE' => trim($this->input->post('usa_state')),
|
'COL_STATE' => trim($this->input->post('usa_state')),
|
||||||
'COL_SOTA_REF' => trim($this->input->post('sota_ref')),
|
'COL_SOTA_REF' => trim($this->input->post('sota_ref')),
|
||||||
'COL_DARC_DOK' => trim($this->input->post('darc_dok')),
|
'COL_DARC_DOK' => trim($this->input->post('darc_dok')),
|
||||||
|
'COL_NOTES' => $this->input->post('notes'),
|
||||||
);
|
);
|
||||||
|
|
||||||
$station_id = $this->input->post('station_profile');
|
$station_id = $this->input->post('station_profile');
|
||||||
|
|
@ -544,6 +545,7 @@ class Logbook_model extends CI_Model {
|
||||||
'COL_CQZ' => $this->input->post('cqz'),
|
'COL_CQZ' => $this->input->post('cqz'),
|
||||||
'COL_SAT_NAME' => $this->input->post('sat_name'),
|
'COL_SAT_NAME' => $this->input->post('sat_name'),
|
||||||
'COL_SAT_MODE' => $this->input->post('sat_mode'),
|
'COL_SAT_MODE' => $this->input->post('sat_mode'),
|
||||||
|
'COL_NOTES' => $this->input->post('notes'),
|
||||||
'COL_QSLSDATE' => date('Y-m-d'),
|
'COL_QSLSDATE' => date('Y-m-d'),
|
||||||
'COL_QSLRDATE' => date('Y-m-d'),
|
'COL_QSLRDATE' => date('Y-m-d'),
|
||||||
'COL_QSL_SENT' => $this->input->post('qsl_sent'),
|
'COL_QSL_SENT' => $this->input->post('qsl_sent'),
|
||||||
|
|
|
||||||
正在加载…
在新工单中引用