mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 03:57:22 +08:00
fix attendance retroactive
This commit is contained in:
+1
-1
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user