testing removing sat numbers from 2/70 numbers
这个提交包含在:
父节点
c1d2bd5e2f
当前提交
8088140669
共有 1 个文件被更改,包括 1 次插入 和 1 次删除
|
|
@ -197,7 +197,7 @@ class VUCC extends CI_Model
|
||||||
$station_id = $this->get_station_id();
|
$station_id = $this->get_station_id();
|
||||||
$sql = "select distinct upper(substring(col_gridsquare, 1, 4)) gridsquare
|
$sql = "select distinct upper(substring(col_gridsquare, 1, 4)) gridsquare
|
||||||
from " . $this->config->item('table_name') .
|
from " . $this->config->item('table_name') .
|
||||||
" where station_id =" . $station_id .
|
" where col_prop_mode != 'SAT' AND station_id =" . $station_id .
|
||||||
" and (LENGTH(col_gridsquare) > 0)";
|
" and (LENGTH(col_gridsquare) > 0)";
|
||||||
|
|
||||||
if ($confirmationMethod == 'both') {
|
if ($confirmationMethod == 'both') {
|
||||||
|
|
|
||||||
正在加载…
在新工单中引用