xiaogang %!s(int64=4) %!d(string=hai) anos
pai
achega
b3ed777034
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      app/Models/UserVipLimit.php

+ 1 - 0
app/Models/UserVipLimit.php

xqd
@@ -8,6 +8,7 @@ class UserVipLimit extends BaseModel
 {
     protected $table = 'users_vip_limit';
     public $timestamps = false;
+    protected $primaryKey="user_id";
     protected $fillable = ['user_id', 'weixin','user','dynamic'];
 
 }