diff --git a/application/controllers/mockup/resultentrysoothers-cpone-v8/Resultentry.php b/application/controllers/mockup/resultentrysoothers-cpone-v8/Resultentry.php index 2a6e83f..10d95dc 100644 --- a/application/controllers/mockup/resultentrysoothers-cpone-v8/Resultentry.php +++ b/application/controllers/mockup/resultentrysoothers-cpone-v8/Resultentry.php @@ -4284,13 +4284,12 @@ class Resultentry extends MY_Controller $this->db_onedev->trans_commit(); - //echo "check hasil dulu"; - - + $sql = "SELECT * FROM so_resultentry WHERE So_ResultEntryID = ?"; + $row_updated = $this->db_onedev->query($sql, array($prm['trx']['re_id']))->row_array(); $result = array( "total" => 1, - "records" => $rst + "records" => $row_updated ); $this->sys_ok($result); exit;