|
...
|
...
|
@@ -45,6 +45,9 @@ class Extension3059ModuleController extends BaseController |
|
|
|
$searchParam = [
|
|
|
|
'module_id'=>$this->param['module_id'],
|
|
|
|
];
|
|
|
|
if(isset($this->param['uuid'])){
|
|
|
|
$searchParam['uuid'] = $this->param['uuid'];
|
|
|
|
}
|
|
|
|
$data = [];
|
|
|
|
$filedData = $this->getFiledList();
|
|
|
|
$moduleValueModel = new ExtensionModuleValue();
|
...
|
...
|
|