|
...
|
...
|
@@ -159,7 +159,7 @@ class Ticket5UploadDataController extends BaseController |
|
|
|
}
|
|
|
|
//验证当前数据是否已提交
|
|
|
|
$this->param['text'] = json_encode($this->param['text'], true);
|
|
|
|
$this->pushTicketByBots($this->param['post_id'],$this->param['project_type']);
|
|
|
|
// $this->pushTicketByBots($this->param['post_id'],$this->param['project_type']);
|
|
|
|
if(isset($this->param['id']) && !empty($this->param['id'])){
|
|
|
|
//执行编辑
|
|
|
|
$info = $this->model->read(['id'=>$this->param['id']]);
|
...
|
...
|
|