current Year and current month for export thanato
This commit is contained in:
parent
f5f5956e18
commit
8c2a9017cf
@ -1899,8 +1899,8 @@ class Bdd {
|
||||
if(empty($thanatoIds)){
|
||||
return [];
|
||||
}
|
||||
$currentYear = '2025';
|
||||
$currentMonth = '1';
|
||||
$currentYear = date('Y');
|
||||
$currentMonth = date('m');
|
||||
|
||||
$sqlConditionsPlaceholder = implode(',', array_fill(0, count($thanatoIds), '?'));
|
||||
$sql = "SELECT
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user