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

区域代理商

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