当前提交
6bbb7459d3
共有 1 个文件被更改,包括 3 次插入 和 1 次删除
|
|
@ -16,8 +16,10 @@ class Logbookadvanced_model extends CI_Model {
|
|||
foreach ($id_query->result() as $id) {
|
||||
$ids2fetch=$id->QSO_IDs;
|
||||
}
|
||||
if ($ids2fetch !== '') {
|
||||
if ($ids2fetch ?? '' !== '') {
|
||||
$conditions[] = "qsos.COL_PRIMARY_KEY in (".$ids2fetch.")";
|
||||
} else {
|
||||
$conditions[] = "1=0";
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
正在加载…
在新工单中引用