|
...
|
...
|
@@ -47,7 +47,6 @@ class Extension3059ModuleController extends BaseController |
|
|
|
];
|
|
|
|
$moduleValueModel = new ExtensionModuleValue();
|
|
|
|
if(isset($this->param['product_id'])){
|
|
|
|
$searchParam['uuid'] = $this->param['uuid'];
|
|
|
|
$info = $moduleValueModel->read(['value'=>$this->param['product_id']]);
|
|
|
|
if($info === false){
|
|
|
|
$this->response('success');
|
...
|
...
|
|