Commit e65f3778 authored by hujun's avatar hujun

去除路验证

parent 571084c1
......@@ -67,12 +67,6 @@ class HouseService
return $result;
}
if (!strstr($data['internal_address'], '路')) {
$result['status'] = 'fail';
$result['msg'] = '请输入完整路名';
return $result;
}
if (!empty($data['id'])) {
$house_data = $this->house->getHouseInfo('id,internal_address,internal_title', ['id'=>$data['id']]);
if (empty($house_data[0]['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