Fixed typo
这个提交包含在:
父节点
55cdbda070
当前提交
8faa8ff84e
共有 1 个文件被更改,包括 1 次插入 和 1 次删除
|
|
@ -104,7 +104,7 @@ class Stations extends CI_Model {
|
|||
$this->db->where('COL_STATION_CALLSIGN', $row->station_callsign);
|
||||
|
||||
if($row->station_iota != "") {
|
||||
$this->db->where('COL_MY_IOTA', $row->station_country);
|
||||
$this->db->where('COL_MY_IOTA', $row->station_iota);
|
||||
}
|
||||
|
||||
if($row->station_sota != "") {
|
||||
|
|
|
|||
正在加载…
在新工单中引用