正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -193,8 +193,8 @@ class ExtensionModuleController extends BaseController | @@ -193,8 +193,8 @@ 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); | ||
| 197 | if($v['field_id'] == 12 && (!empty($v['value']) && !empty($info['value']))){//下拉框数据 | 196 | if($v['field_id'] == 12 && (!empty($v['value']) && !empty($info['value']))){//下拉框数据 |
| 197 | + @file_put_contents(storage_path('logs/lyh_error.log'), var_export($v, true) . PHP_EOL, FILE_APPEND); | ||
| 198 | $filedModel = new ExtensionModuleField(); | 198 | $filedModel = new ExtensionModuleField(); |
| 199 | $fileInfo = $filedModel->read(['id'=>12]);//获取当前下拉框的数据 | 199 | $fileInfo = $filedModel->read(['id'=>12]);//获取当前下拉框的数据 |
| 200 | $statusData = json_decode($fileInfo['data'],true); | 200 | $statusData = json_decode($fileInfo['data'],true); |
-
请 注册 或 登录 后发表评论