MERGE_CODE_MERGE : RV

This commit is contained in:
VENKATESHWARAN 2025-02-11 10:06:32 +05:30
parent fe02b2b1a9
commit daede6dfe8

View File

@ -850,7 +850,6 @@ class TicketController extends BaseController
ORDER BY
th.created_at DESC";
$data = $this->ticketHistoryModel->query($sql)->getResultArray();
dd($data, db_connect()->getLastQuery());
$priorityType = $this->priorityType;
$relationshipType = $this->relationshipType;
$modeOFIntimate = $this->modeOFIntimate;
@ -904,8 +903,6 @@ class TicketController extends BaseController
}
}
dd($data);
return ($data);
}