正在显示
1 个修改的文件
包含
1 行增加
和
0 行删除
@@ -169,6 +169,7 @@ class Goods extends Frontend | @@ -169,6 +169,7 @@ class Goods extends Frontend | ||
169 | } | 169 | } |
170 | 170 | ||
171 | public function get_all(){ | 171 | public function get_all(){ |
172 | + dump($this->auth->id); | ||
172 | $param = $this->request->param(); | 173 | $param = $this->request->param(); |
173 | $where['g.status'] = ['eq','1']; | 174 | $where['g.status'] = ['eq','1']; |
174 | if(!empty($param['province_id'])){ | 175 | if(!empty($param['province_id'])){ |
-
请 注册 或 登录 后发表评论