Commit b959731c authored by hujun's avatar hujun

拨打房东记录

parent 02f79f0e
......@@ -44,6 +44,13 @@ class GHousesFollowUp extends Model
if (isset($params["agent_phone"])) {
$where_["agent_phone"] = $params["agent_phone"];
}
if (isset($params['landlord_phone'])) {
$where_['landlord_phone'] = $params['landlord_phone'];
}
if (isset($params['landlord_remark'])) {
$where_['landlord_remark'] = $params['landlord_remark'];
}
$where_["create_time"] = date("Y-m-d H:i:s", time());
$where_["update_time"] = date("Y-m-d H:i:s", time());
Db::startTrans();
......
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