[OQRS] Fixed filtering on station_id in OQRS Requests
这个提交包含在:
父节点
054d557c78
当前提交
f56d193426
共有 1 个文件被更改,包括 1 次插入 和 1 次删除
|
|
@ -260,7 +260,7 @@ class Oqrs_model extends CI_Model {
|
|||
$binding = [$searchCriteria['user_id']];
|
||||
|
||||
if ($searchCriteria['de'] !== '') {
|
||||
$conditions[] = "station_profile.STATION_CALLSIGN = ?";
|
||||
$conditions[] = "station_profile.station_id = ?";
|
||||
$binding[] = trim($searchCriteria['de']);
|
||||
}
|
||||
if ($searchCriteria['dx'] !== '') {
|
||||
|
|
|
|||
正在加载…
在新工单中引用