|
|
@@ -164,7 +164,7 @@ public class InternshipPlanManageParticipantServiceImpl extends MPJBaseServiceIm
|
|
|
|
|
|
PageOutput<InternshipPlanManageParticipantPageVo> pageOutput = ConventPage.getPageOutput(mobilePage, InternshipPlanManageParticipantPageVo.class);
|
|
|
for (InternshipPlanManageParticipantPageVo vo : pageOutput.getList()) {
|
|
|
- if(selectedStudents.contains(Long.parseLong(vo.getStudentId()))){
|
|
|
+ if(selectedStudents.contains(vo.getId())){
|
|
|
vo.setIsSelected(1);
|
|
|
}else{
|
|
|
vo.setIsSelected(0);
|