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