作者 lyh

gx

@@ -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