🐛 #2208【企业微信】 获取打卡人员排班信息接口修复返回结果类结构
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user