diff --git a/ruoyi-dw/src/main/java/com/ruoyi/dw/service/impl/CjStudentServiceImpl.java b/ruoyi-dw/src/main/java/com/ruoyi/dw/service/impl/CjStudentServiceImpl.java index 12cadcd..e93b4a8 100644 --- a/ruoyi-dw/src/main/java/com/ruoyi/dw/service/impl/CjStudentServiceImpl.java +++ b/ruoyi-dw/src/main/java/com/ruoyi/dw/service/impl/CjStudentServiceImpl.java @@ -156,13 +156,13 @@ public class CjStudentServiceImpl implements ICjStudentService Cell cell24 = row.getCell(24); cjStudent.setGzdw(cell24.getStringCellValue()); Cell cell25 = row.getCell(25); - cjStudent.setDwxz(cell25.getStringCellValue()); + cjStudent.setDwdz(cell25.getStringCellValue()); Cell cell26 = row.getCell(26); - cjStudent.setDwdz(cell26.getStringCellValue()); + cjStudent.setZwjb(cell26.getStringCellValue()); Cell cell27 = row.getCell(27); - cjStudent.setZwjb(cell27.getStringCellValue()); + cjStudent.setShjz(cell27.getStringCellValue()); Cell cell28 = row.getCell(28); - cjStudent.setShjz(cell28.getStringCellValue()); + cjStudent.setDwxz(cell28.getStringCellValue()); Cell cell29 = row.getCell(29); cjStudent.setDbry(cell29.getStringCellValue()); Cell cell30 = row.getCell(30);