Commit d30aa4bb authored by hujun's avatar hujun

判断

parent b87d7458
......@@ -106,11 +106,14 @@ class HouseService
$remark .= ',地址改为:' . $data['internal_address'];
}
if ($landlord_phone_new) {
$landlord_phone_old = $this->landlordPhoneEdit($landlord_phone_new, $data['id']);
if (!empty($landlord_phone_old)) {
$remark .= ',删除房东手机号:' . implode(',', $landlord_phone_old);
}
}
$m_operating->record($agent_id, 6, $remark, $data['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