qifengquan 1 سال پیش
والد
کامیت
65f0115ef2
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      application/common/model/User.php

+ 1 - 1
application/common/model/User.php

@@ -175,7 +175,7 @@ class User extends Model
      * 多久结婚
      */
     public function marriedtime(){
-        return $this->belongsTo('Category','marriedtime','id','','LEFT');
+        return $this->belongsTo('Selection','marriedtime','id','','LEFT');
     }
 
     /**