🐛 #2208【企业微信】 获取打卡人员排班信息接口修复返回结果类结构

This commit is contained in:
longliveh
2021-07-18 23:03:55 +08:00
committed by GitHub
parent 72205bbf16
commit d3730b361d
4 changed files with 88 additions and 101 deletions

View File

@@ -85,7 +85,7 @@ public class WxCpOaServiceImplTest {
Date startTime = DateFormatUtils.ISO_8601_EXTENDED_DATE_FORMAT.parse("2021-07-01");
Date endTime = DateFormatUtils.ISO_8601_EXTENDED_DATE_FORMAT.parse("2021-07-31");
WxCpCheckinSchedule results = wxService.getOaService()
List<WxCpCheckinSchedule> results = wxService.getOaService()
.getCheckinScheduleList(startTime, endTime, Lists.newArrayList("12003648"));
assertThat(results).isNotNull();