作者 lyh

gx

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