[OQRS] Fix identifying of SAT OQRS QSO
这个提交包含在:
父节点
7a78c743ce
当前提交
723070cf30
共有 1 个文件被更改,包括 1 次插入 和 1 次删除
|
|
@ -153,7 +153,7 @@ class Oqrs_model extends CI_Model {
|
|||
|
||||
function check_oqrs($qsodata) {
|
||||
$sql = 'select * from ' . $this->config->item('table_name') .
|
||||
' where col_band = \'' . $qsodata['band'] . '\'
|
||||
' where (col_band = \'' . $qsodata['band'] . '\' or col_prop_mode = \'' . $qsodata['band'] . '\')
|
||||
and col_call = \'' . $qsodata['requestcallsign'] . '\'
|
||||
and date(col_time_on) = \'' . $qsodata['date'] . '\'
|
||||
and (col_mode = \'' . $qsodata['mode'] . '\'
|
||||
|
|
|
|||
正在加载…
在新工单中引用