Commit 61345a48 authored by hujun's avatar hujun

user_status

parent 7193fa6d
......@@ -230,6 +230,7 @@ class Remark extends Basic
$list[$k]['create_time'] = $v['create_time'];
$list[$k]['user_id'] = $v['user_id'];
$list[$k]['content'] = $v['content'];
$list[$k]['user_status'] = $v['user_status'];
}
}
} else {
......
......@@ -19,7 +19,6 @@ class UPhoneFollowUpTemporary extends BaseModel
function __construct($site_id)
{
$site_id = 10001;
$date = date("Y-m-d", time());
$this->follow_up = Db($this->table."_".$site_id."_".$date);
$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