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