Bugfix for VUCC error when no grids are confirmed
这个提交包含在:
父节点
4a5c979514
当前提交
bacf2b755e
共有 1 个文件被更改,包括 16 次插入 和 16 次删除
|
|
@ -375,9 +375,9 @@ class VUCC extends CI_Model
|
|||
|
||||
// Getting all the confirmed grids
|
||||
$col_gridsquare_confirmed = $this->get_vucc_summary($band, 'both');
|
||||
$confirmedGridArray = array();
|
||||
|
||||
if ($col_gridsquare_confirmed != null) {
|
||||
$confirmedGridArray = array();
|
||||
foreach ($col_gridsquare_confirmed as $confirmedgrid) {
|
||||
array_push($confirmedGridArray, $confirmedgrid['gridsquare']);
|
||||
if(!in_array($confirmedgrid['gridsquare'], $totalGridConfirmed)){
|
||||
|
|
|
|||
正在加载…
在新工单中引用