@@ -937,6 +937,7 @@ public class WelcomeStudentController implements WelcomeStudentControllerAPI {
ws.setAddress(ws.getAddress());
ws.setZipCode(ws.getZipCode());
ws.setIsPay(0);
+ ws.setPicture("https://chtech.ncjti.edu.cn/welcome/homeimage/studentImage/"+ws.getCardId()+".jpg");
}