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