|
@@ -2810,9 +2810,8 @@
|
|
|
refreshBeiSengAttendance(workdate) {
|
|
|
if (!workdate) return;
|
|
|
this.syncTimeLoading = true;
|
|
|
- this.http.post('/user-with-beisen/syncAttendanceFromBeisen',{
|
|
|
- startDate: workdate,
|
|
|
- endDate: workdate
|
|
|
+ this.http.post('/user-with-beisen/getAttendanceStatisticWithUser',{
|
|
|
+ createDate: workdate
|
|
|
},res => {
|
|
|
this.syncTimeLoading = false;
|
|
|
if(res.code == 'ok'){
|