[OQRS] Fixed filtering on station_id in OQRS Requests

这个提交包含在:
Andreas 2023-01-24 11:36:14 +01:00
父节点 054d557c78
当前提交 f56d193426

查看文件

@ -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'] !== '') {