Commit b7c184d2 authored by hujun's avatar hujun

>0

parent 564204d2
......@@ -85,7 +85,7 @@ class HouseService
}
$num = $this->m_house->getHouseListTotal($check_where);
if ($num > 1) {
if ($num > 0) {
$result['status'] = 'fail';
$result['msg'] = '该商铺存在相同地址';
return $result;
......
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