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