fix(attendance): normalize DingTalk match statuses
Store and validate stable English status codes for unmatched, pending, and matched attendance records so import, filtering, and auto-match use the same values.
This commit is contained in:
@@ -228,7 +228,7 @@ export class AttendanceImportService {
|
||||
}
|
||||
}
|
||||
|
||||
entity.matchStatus = '未处理';
|
||||
entity.matchStatus = 'unmatched';
|
||||
entity.rawData = JSON.stringify(r);
|
||||
return entity;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user