MERGE_CODE_MERGE : RV
This commit is contained in:
parent
fe02b2b1a9
commit
daede6dfe8
@ -850,7 +850,6 @@ class TicketController extends BaseController
|
|||||||
ORDER BY
|
ORDER BY
|
||||||
th.created_at DESC";
|
th.created_at DESC";
|
||||||
$data = $this->ticketHistoryModel->query($sql)->getResultArray();
|
$data = $this->ticketHistoryModel->query($sql)->getResultArray();
|
||||||
dd($data, db_connect()->getLastQuery());
|
|
||||||
$priorityType = $this->priorityType;
|
$priorityType = $this->priorityType;
|
||||||
$relationshipType = $this->relationshipType;
|
$relationshipType = $this->relationshipType;
|
||||||
$modeOFIntimate = $this->modeOFIntimate;
|
$modeOFIntimate = $this->modeOFIntimate;
|
||||||
@ -904,8 +903,6 @@ class TicketController extends BaseController
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
dd($data);
|
|
||||||
|
|
||||||
return ($data);
|
return ($data);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user