|
...
|
...
|
@@ -50,7 +50,7 @@ class TicketUploadDataLogic extends BaseLogic |
|
|
|
$map['text'] = ['like','%'.$map['text'].'%'];
|
|
|
|
}
|
|
|
|
if(!isset($map['project_type']) || empty($map['project_type'])){
|
|
|
|
$map['project_type'] == $this->model::TYPE_SIX;
|
|
|
|
$map['project_type'] = $this->model::TYPE_SIX;
|
|
|
|
}
|
|
|
|
$data = $this->model->lists($map,$page,$row,$order);
|
|
|
|
if($map['project_type'] == $this->model::TYPE_SIX){
|
...
|
...
|
|