songxingwei 3 년 전
부모
커밋
3f071057a5
1개의 변경된 파일6개의 추가작업 그리고 1개의 파일을 삭제
  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'] = '';
         }