From 8282acadd5587b9357b300a5cb6e776ffdb50596 Mon Sep 17 00:00:00 2001 From: "sas.fajri" Date: Wed, 10 Jun 2026 10:05:15 +0700 Subject: [PATCH] FHM09062601IBL - samplingcall: debug sementara cek sql dan params Co-Authored-By: Claude Sonnet 4.6 --- application/controllers/mockup/doctorclinicv2/Samplingcall.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/controllers/mockup/doctorclinicv2/Samplingcall.php b/application/controllers/mockup/doctorclinicv2/Samplingcall.php index f11a4a6b..d2eaf324 100644 --- a/application/controllers/mockup/doctorclinicv2/Samplingcall.php +++ b/application/controllers/mockup/doctorclinicv2/Samplingcall.php @@ -389,7 +389,7 @@ INSERT INTO `t_samplestation` (`T_SampleStationID`, `T_SampleStationCode`, `T_Sa $this->sys_error_db("search error", $this->db_onedev); exit; } - //echo $this->db_onedev->last_query(); + $this->sys_ok(['_debug_sql' => $this->db_onedev->last_query(), '_debug_prm' => ['stationid'=>$stationid,'locationid'=>$locationID,'xdate'=>$xdate]]); exit; $rows = $query->result_array(); if ($rows) { $count_arr = count($rows);