songxingwei 3 rokov pred
rodič
commit
3f071057a5
1 zmenil súbory, kde vykonal 6 pridanie a 1 odobranie
  1. 6 1
      application/common/model/ElectPool.php

+ 6 - 1
application/common/model/ElectPool.php

@@ -472,7 +472,12 @@ class ElectPool Extends Model
 
         if ($touser['household']){
             $household = explode('-',$touser['household']);
-            $touser['household_city'] = $household[1];
+            if ($household[1]){
+                $touser['household_city'] = $household[1];
+            }else{
+                $touser['household_city'] = '';
+            }
+
         }else{
             $touser['household_city'] = '';
         }