正在显示
1 个修改的文件
包含
1 行增加
和
0 行删除
| @@ -527,6 +527,7 @@ class BTemplateLogic extends BaseLogic | @@ -527,6 +527,7 @@ class BTemplateLogic extends BaseLogic | ||
| 527 | $templateComModel->add($param); | 527 | $templateComModel->add($param); |
| 528 | }else{ | 528 | }else{ |
| 529 | $templateComModel->edit($param,$condition); | 529 | $templateComModel->edit($param,$condition); |
| 530 | + @file_put_contents(storage_path('logs/lyh_error.log'), var_export($condition, true) . PHP_EOL, FILE_APPEND); | ||
| 530 | } | 531 | } |
| 531 | } | 532 | } |
| 532 | return $this->success(); | 533 | return $this->success(); |
-
请 注册 或 登录 后发表评论