正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -294,7 +294,7 @@ class TranslateLogic extends BaseLogic | @@ -294,7 +294,7 @@ class TranslateLogic extends BaseLogic | ||
| 294 | } | 294 | } |
| 295 | //写日志 | 295 | //写日志 |
| 296 | $userLogModel = new UserLog(); | 296 | $userLogModel = new UserLog(); |
| 297 | - $userLogModel->add(['model'=>'translate/save','remark'=>$data,'type'=>0,'user_id'=>$this->user['id'],'project_id'=>$this->user['project_id']]); | 297 | + $userLogModel->add(['model'=>'translate/save','remark'=>$data,'type'=>0,'operator_id'=>$this->user['id'],'project_id'=>$this->user['project_id']]); |
| 298 | }catch (\Exception $e){ | 298 | }catch (\Exception $e){ |
| 299 | $this->fail('系统错误请联系管理员'); | 299 | $this->fail('系统错误请联系管理员'); |
| 300 | } | 300 | } |
-
请 注册 或 登录 后发表评论