testing removing sat numbers from 2/70 numbers

这个提交包含在:
Peter Goodhall 2020-03-16 15:27:34 +00:00
父节点 c1d2bd5e2f
当前提交 8088140669

查看文件

@ -197,7 +197,7 @@ class VUCC extends CI_Model
$station_id = $this->get_station_id();
$sql = "select distinct upper(substring(col_gridsquare, 1, 4)) gridsquare
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)";
if ($confirmationMethod == 'both') {