|
@@ -158,6 +158,7 @@ public class WelcomeStudentController implements WelcomeStudentControllerAPI {
|
|
|
ws.setZipCode(isr.getZipCode());
|
|
ws.setZipCode(isr.getZipCode());
|
|
|
ws.setRegisterOntime(isr.getRegisterOntime());
|
|
ws.setRegisterOntime(isr.getRegisterOntime());
|
|
|
ws.setIdenType(1);
|
|
ws.setIdenType(1);
|
|
|
|
|
+ ws.setFillStatus("未填报");
|
|
|
//ws.setAmountPayable(isr.getAmountPayable());
|
|
//ws.setAmountPayable(isr.getAmountPayable());
|
|
|
//ws.setPayAmount(isr.getPayAmount());
|
|
//ws.setPayAmount(isr.getPayAmount());
|
|
|
//ws.setIsDrive(isr.getIsDrive());
|
|
//ws.setIsDrive(isr.getIsDrive());
|
|
@@ -1067,7 +1068,7 @@ public class WelcomeStudentController implements WelcomeStudentControllerAPI {
|
|
|
String zipCode = dataFormatter.formatCellValue(row.getCell(18));//邮编
|
|
String zipCode = dataFormatter.formatCellValue(row.getCell(18));//邮编
|
|
|
studentData.setZipCode(zipCode);
|
|
studentData.setZipCode(zipCode);
|
|
|
studentData.setIdenType(1);
|
|
studentData.setIdenType(1);
|
|
|
-
|
|
|
|
|
|
|
+ studentData.setFillStatus("未填报");
|
|
|
result.add(studentData);
|
|
result.add(studentData);
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
@@ -1329,6 +1330,8 @@ public class WelcomeStudentController implements WelcomeStudentControllerAPI {
|
|
|
String zipCode = dataFormatter.formatCellValue(row.getCell(18));//邮编
|
|
String zipCode = dataFormatter.formatCellValue(row.getCell(18));//邮编
|
|
|
studentData.setZipCode(zipCode);
|
|
studentData.setZipCode(zipCode);
|
|
|
studentData.setIdenType(1);
|
|
studentData.setIdenType(1);
|
|
|
|
|
+ studentData.setFillStatus("未填报");
|
|
|
|
|
+
|
|
|
result.add(studentData);
|
|
result.add(studentData);
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|