Merge branch 'develop' of http://47.244.231.31:8099/zhl/globalso-v6 into develop
正在显示
1 个修改的文件
包含
1 行增加
和
3 行删除
| @@ -103,13 +103,11 @@ class BTemplateLogic extends BaseLogic | @@ -103,13 +103,11 @@ 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 | ] |
| 110 | ); | 110 | ); |
| 111 | - var_dump($info); | ||
| 112 | - die(); | ||
| 113 | if($info === false){ | 111 | if($info === false){ |
| 114 | //字符串截取 | 112 | //字符串截取 |
| 115 | $this->StringProcessing(); | 113 | $this->StringProcessing(); |
-
请 注册 或 登录 后发表评论