正在显示
1 个修改的文件
包含
3 行增加
和
0 行删除
| @@ -45,6 +45,9 @@ class Extension3059ModuleController extends BaseController | @@ -45,6 +45,9 @@ class Extension3059ModuleController extends BaseController | ||
| 45 | $searchParam = [ | 45 | $searchParam = [ |
| 46 | 'module_id'=>$this->param['module_id'], | 46 | 'module_id'=>$this->param['module_id'], |
| 47 | ]; | 47 | ]; |
| 48 | + if(isset($this->param['uuid'])){ | ||
| 49 | + $searchParam['uuid'] = $this->param['uuid']; | ||
| 50 | + } | ||
| 48 | $data = []; | 51 | $data = []; |
| 49 | $filedData = $this->getFiledList(); | 52 | $filedData = $this->getFiledList(); |
| 50 | $moduleValueModel = new ExtensionModuleValue(); | 53 | $moduleValueModel = new ExtensionModuleValue(); |
-
请 注册 或 登录 后发表评论