wesmiler 2 月之前
父节点
当前提交
884738b06a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/Models/MeetingModel.php

+ 1 - 1
app/Models/MeetingModel.php

@@ -50,7 +50,7 @@ class MeetingModel extends BaseModel
      */
     public function getAreasAttribute()
     {
-        return [$this->province_id,$this->city_id,$this->district_id];
+        return [$this->province_id.'',$this->city_id.'',$this->district_id.''];
     }
 
     /**