|
|
@@ -641,7 +641,7 @@ public class WelcomeStudentController implements WelcomeStudentControllerAPI {
|
|
|
wf.setPhone(fv.getPhone());
|
|
|
wf.setWorkUnit(fv.getWorkUnit());
|
|
|
wf.setFamilyShip(fv.getFamilyShip());
|
|
|
- wf.setStudentCard(icr.getCardId());
|
|
|
+ wf.setStudentCard(ws.getCardId());
|
|
|
wfs.add(wf);
|
|
|
}
|
|
|
}
|
|
|
@@ -656,7 +656,7 @@ public class WelcomeStudentController implements WelcomeStudentControllerAPI {
|
|
|
WelcomeAccompany wa = new WelcomeAccompany();
|
|
|
wa.setName(av.getName());
|
|
|
wa.setPhone(av.getPhone());
|
|
|
- wa.setStudentCard(icr.getCardId());
|
|
|
+ wa.setStudentCard(ws.getCardId());
|
|
|
was.add(wa);
|
|
|
}
|
|
|
}
|