Commit f4a727a5 authored by clone's avatar clone

1

parent 5caafc4a
...@@ -19,7 +19,7 @@ class OfficeUPhoneFollowUp extends BaseModel ...@@ -19,7 +19,7 @@ class OfficeUPhoneFollowUp extends BaseModel
function __construct($site_id) function __construct($site_id)
{ {
$date = date("Y-m-d", time()); $date = date("Y-m-d", time());
$this->follow_up = Db($this->table."_".$site_id."_".$date); $this->follow_up = Db($this->table."_".$site_id);
$this->siteId = $site_id; $this->siteId = $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