Commit 8b3ced3f authored by hujun's avatar hujun

房东姓名

parent b959731c
......@@ -47,8 +47,8 @@ class GHousesFollowUp extends Model
if (isset($params['landlord_phone'])) {
$where_['landlord_phone'] = $params['landlord_phone'];
}
if (isset($params['landlord_remark'])) {
$where_['landlord_remark'] = $params['landlord_remark'];
if (isset($params['landlord_name'])) {
$where_['landlord_name'] = $params['landlord_name'];
}
$where_["create_time"] = date("Y-m-d H:i:s", time());
......
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