Indent
这个提交包含在:
父节点
d404f80e7d
当前提交
1979818fb2
共有 1 个文件被更改,包括 1 次插入 和 1 次删除
|
|
@ -205,7 +205,7 @@ class Logbook_model extends CI_Model {
|
|||
'COL_PROP_MODE' => $this->input->post('prop_mode'),
|
||||
'COL_FREQ_RX' => '0',
|
||||
'COL_STX_STRING' => $this->input->post('stx_string'),
|
||||
'COL_SRX_STRING' => $this->input->post('srx_string')
|
||||
'COL_SRX_STRING' => $this->input->post('srx_string')
|
||||
);
|
||||
|
||||
$this->db->where('COL_PRIMARY_KEY', $this->input->post('id'));
|
||||
|
|
|
|||
正在加载…
在新工单中引用