作者 何书鹏
1 个管道 的构建 通过 耗费 0 秒

区域代理商

... ... @@ -77,7 +77,7 @@ class Store extends Backend
$where1[] = "(province = '{$province}' and city = '{$area[1]}' and region = '{$area[2]}')";
}
}
$where1 = $where1 ? implode(' or ',$where1) : 'id = 0';
$where1 = $where1 ? implode(' or ',$where1) : 'store.id = 0';
}
$total = $this->model
... ...