正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -22,7 +22,7 @@ class ProductLogic extends BaseLogic | @@ -22,7 +22,7 @@ class ProductLogic extends BaseLogic | ||
| 22 | public function __construct() | 22 | public function __construct() |
| 23 | { | 23 | { |
| 24 | parent::__construct(); | 24 | parent::__construct(); |
| 25 | - | 25 | + $this->param = $this->requestAll; |
| 26 | $this->model = new Product(); | 26 | $this->model = new Product(); |
| 27 | } | 27 | } |
| 28 | 28 |
-
请 注册 或 登录 后发表评论