This commit is contained in:
2025-11-25 20:49:26 +07:00
3 changed files with 18 additions and 6 deletions

View File

@ -78,7 +78,7 @@ class LogController
$argv=$_SERVER['argv'];
// echo $argv[1];return false;
$qry="select * from tbl_attendancelogs
where cast(dates as date)=cast('".$argv[1]."' as date) and isprocess=0
where cast(dates as date)=cast('".$argv[1]."' as date)
order by _idx asc";
$rs=$this->selectquerySP($qry);
if($rs){