Update Logbook_model.php
这个提交包含在:
父节点
4dbc9bba08
当前提交
bb682a0db3
共有 1 个文件被更改,包括 1 次插入 和 1 次删除
|
|
@ -3930,7 +3930,7 @@ class Logbook_model extends CI_Model {
|
|||
*/
|
||||
function find_correct_station_id($station_callsign, $my_gridsquare) {
|
||||
$sql = 'select station_id from station_profile
|
||||
where station_callsign = "' . $station_callsign . '" and station_gridsquare = "' . substr($my_gridsquare,0, 4) . '"';
|
||||
where station_callsign = "' . $station_callsign . '" and station_gridsquare = "' .$my_gridsquare. '"';
|
||||
|
||||
$query = $this->db->query($sql);
|
||||
|
||||
|
|
|
|||
正在加载…
在新工单中引用