正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -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 |
-
请 注册 或 登录 后发表评论