|
@@ -153,6 +153,7 @@ class Product extends BaseController
|
|
|
$params = $this->request->params($this->repository::CREATE_PARAMS);
|
|
$params = $this->request->params($this->repository::CREATE_PARAMS);
|
|
|
$data = $this->repository->checkParams($params, $this->request->merId(), $id);
|
|
$data = $this->repository->checkParams($params, $this->request->merId(), $id);
|
|
|
var_dump($params);
|
|
var_dump($params);
|
|
|
|
|
+ var_dump(87897946165161);
|
|
|
var_dump($data);die();
|
|
var_dump($data);die();
|
|
|
// 判断商品是否存在
|
|
// 判断商品是否存在
|
|
|
if (!$this->repository->merExists($this->request->merId(), $id))
|
|
if (!$this->repository->merExists($this->request->merId(), $id))
|