Commit 068dc649 authored by zhuwei's avatar zhuwei

商铺地址修改

parent 3fe5ffe0
......@@ -152,7 +152,7 @@ class HouseService
}
if (isset($data['internal_address']) && $data['internal_address'] != $house_data[0]['internal_address']) {
$remark .= ',地址改为:' . $data['internal_address'];
$remark .= ',商铺地址由【'.$house_data[0]['internal_address'].'】改为【' . $data['internal_address'].'】';
}
if (!empty($data['shop_area_start']) && $data['shop_area_start'] != $house_data[0]['shop_area_start']) {
......
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