正在显示
1 个修改的文件
包含
0 行增加
和
1 行删除
| @@ -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'); |
-
请 注册 或 登录 后发表评论