作者 lyh

gx

@@ -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();