FHM09062601IBL - samplingcall: debug sementara cek sql dan params

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
sas.fajri
2026-06-10 10:05:15 +07:00
parent 01994365d4
commit 8282acadd5

View File

@@ -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);