|
@@ -232,7 +232,7 @@ public class WeComStaffDataJob {
|
|
|
}
|
|
|
|
|
|
|
|
|
- public void statisticsStaffGroupTotal(Staff staff, long startTime, String date) throws IOException {
|
|
|
+ private void statisticsStaffGroupTotal(Staff staff, long startTime, String date) throws IOException {
|
|
|
Long corpId = staff.getCorpId();
|
|
|
StaffGroupStatisticsTotalExample example = new StaffGroupStatisticsTotalExample();
|
|
|
example.createCriteria().andCorpIdEqualTo(corpId).andStaffIdEqualTo(staff.getId()).andDateEqualTo(date);
|