Commit 53894d38 authored by zhuwei's avatar zhuwei

1

parent 3476f2fb
......@@ -8,7 +8,7 @@ use think\Model;
class UserSiteModel extends Model
{
// 设置当前模型对应的完整数据表名称
protected $table = 'u_user_site';
protected $table = 'u_user_site1';
private $db_;
public function __construct($data = [])
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment