FHM09062601IBL - samplingcall: debug sementara cek sql dan params
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user