xiaogang 4 年之前
父節點
當前提交
b3ed777034
共有 1 個文件被更改,包括 1 次插入0 次删除
  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'];
 
 }