合并分支 'lyh-server' 到 'master'
变更数据 查看合并请求 !3251
正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -167,7 +167,7 @@ class Ticket5UploadDataController extends BaseController | @@ -167,7 +167,7 @@ class Ticket5UploadDataController extends BaseController | ||
| 167 | } | 167 | } |
| 168 | //验证当前数据是否已提交 | 168 | //验证当前数据是否已提交 |
| 169 | $this->param['text'] = json_encode($this->param['text'], true); | 169 | $this->param['text'] = json_encode($this->param['text'], true); |
| 170 | - $this->pushTicketByBots($this->param['post_id'],$this->param['project_type']); | 170 | + $this->pushTicketByBots($this->param['post_id'],1); |
| 171 | if(isset($this->param['id']) && !empty($this->param['id'])){ | 171 | if(isset($this->param['id']) && !empty($this->param['id'])){ |
| 172 | //执行编辑 | 172 | //执行编辑 |
| 173 | $info = $this->model->read(['id'=>$this->param['id']]); | 173 | $info = $this->model->read(['id'=>$this->param['id']]); |
-
请 注册 或 登录 后发表评论