作者 lyh

gx

... ... @@ -22,7 +22,7 @@ class ProductLogic extends BaseLogic
public function __construct()
{
parent::__construct();
$this->param = $this->requestAll;
$this->model = new Product();
}
... ...