Commit 74a6a290 authored by zw's avatar zw

修改

parent b79c36c5
......@@ -11,9 +11,9 @@ class UPhoneFollowPp extends BaseModel
protected $UPhoneFollowPp;
function __construct()
function __construct($site_id)
{
$this->UPhoneFollowPp = Db($this->table);
$this->UPhoneFollowPp = Db($this->table."_".$site_id);
}
/**
......
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