fix attendance retroactive

This commit is contained in:
xiaomlove
2023-10-12 02:55:12 +08:00
parent a4e0bc6709
commit 4f24ba3100
4 changed files with 8 additions and 12 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ class AjaxInterface{
{
global $CURUSER;
$rep = new \App\Repositories\AttendanceRepository();
return $rep->retroactive($CURUSER['id'], $params['timestamp']);
return $rep->retroactive($CURUSER['id'], $params['date']);
}
public static function getPtGen($params)