修改thirdapi的bug

This commit is contained in:
xiaozhequ
2024-01-18 10:52:31 +08:00
parent e4a30e0282
commit 822e6062ad

View File

@@ -98,7 +98,7 @@ public class ThirdApi {
}
public List<TeacherVo>getTeacherInfoByCode(List<String> teacherCode,String token){
TeacherInfoVo teacherInfoVo=new TeacherInfoVo();
teacherInfoVo.setTeacherIds(teacherCode);
teacherInfoVo.setTeacherCode(teacherCode);
log.info("获取离职教师信息");
log.info("参数为"+JSONUtil.toJsonStr(teacherCode));
String resp = Optional.ofNullable(