正在显示
1 个修改的文件
包含
1 行增加
和
0 行删除
@@ -18,6 +18,7 @@ class SalesmangoodsController extends WeChatBaseController{ | @@ -18,6 +18,7 @@ class SalesmangoodsController extends WeChatBaseController{ | ||
18 | */ | 18 | */ |
19 | public function salesman_goods(){ | 19 | public function salesman_goods(){ |
20 | 20 | ||
21 | + exit(); | ||
21 | $uid = cmf_get_current_user_id(); | 22 | $uid = cmf_get_current_user_id(); |
22 | $data_goods = Db::name('goods') -> where("uid =".$uid." and type =2") -> order("sort desc") -> select() -> toArray(); | 23 | $data_goods = Db::name('goods') -> where("uid =".$uid." and type =2") -> order("sort desc") -> select() -> toArray(); |
23 | if(!empty($data_goods)){ | 24 | if(!empty($data_goods)){ |
-
请 注册 或 登录 后发表评论