Commit e231b0cd authored by zhuwei's avatar zhuwei

model

parent 103434cd
...@@ -17,7 +17,7 @@ class UPhoneFollowUpTemporary extends BaseModel ...@@ -17,7 +17,7 @@ class UPhoneFollowUpTemporary extends BaseModel
function __construct($site_id) function __construct($site_id)
{ {
$date = date("Ymd", time()); $date = date("Y-m-d", time());
$this->UPhoneFollowUp = Db($this->table."_".$site_id."_".$date); $this->UPhoneFollowUp = Db($this->table."_".$site_id."_".$date);
$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