正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -103,7 +103,7 @@ class BTemplateLogic extends BaseLogic | @@ -103,7 +103,7 @@ class BTemplateLogic extends BaseLogic | ||
| 103 | $info = $this->model->read( | 103 | $info = $this->model->read( |
| 104 | [ | 104 | [ |
| 105 | 'project_id'=>$this->user['project_id'], | 105 | 'project_id'=>$this->user['project_id'], |
| 106 | - 'source'=>$this->param['source'] ?? 'index', | 106 | + 'source'=>$this->param['source'] ?? 1, |
| 107 | 'source_id'=>$this->param['source_id'] ?? 0, | 107 | 'source_id'=>$this->param['source_id'] ?? 0, |
| 108 | 'template_id'=>$this->param['template_id'], | 108 | 'template_id'=>$this->param['template_id'], |
| 109 | ] | 109 | ] |
-
请 注册 或 登录 后发表评论