作者 lyh

gx

@@ -193,6 +193,7 @@ class ExtensionModuleController extends BaseController @@ -193,6 +193,7 @@ class ExtensionModuleController extends BaseController
193 $moduleValueModel->addReturnId($data); 193 $moduleValueModel->addReturnId($data);
194 }else{ 194 }else{
195 if($this->user['project_id'] == 2205 && $this->param['module_id'] == 1){ 195 if($this->user['project_id'] == 2205 && $this->param['module_id'] == 1){
  196 + @file_put_contents(storage_path('logs/lyh_error.log'), var_export($v, true) . PHP_EOL, FILE_APPEND);
196 if($v['field_id'] == 12 && (!empty($v['value']) && !empty($info['value']))){//下拉框数据 197 if($v['field_id'] == 12 && (!empty($v['value']) && !empty($info['value']))){//下拉框数据
197 $filedModel = new ExtensionModuleField(); 198 $filedModel = new ExtensionModuleField();
198 $fileInfo = $filedModel->read(['id'=>12]);//获取当前下拉框的数据 199 $fileInfo = $filedModel->read(['id'=>12]);//获取当前下拉框的数据