作者 lyh

gx

@@ -48,7 +48,7 @@ class Extension3059ModuleController extends BaseController @@ -48,7 +48,7 @@ class Extension3059ModuleController extends BaseController
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']; 50 $searchParam['uuid'] = $this->param['uuid'];
51 - $info = $moduleValueModel->read(['product_id'=>$this->param['product_id']]); 51 + $info = $moduleValueModel->read(['value'=>$this->param['product_id']]);
52 if($info === false){ 52 if($info === false){
53 $this->response('success'); 53 $this->response('success');
54 } 54 }