From 87825b2d882d3fb4a4a37e72ada00b5304b4fdf9 Mon Sep 17 00:00:00 2001 From: sunyugang Date: Thu, 24 Jul 2025 08:19:56 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E7=B3=BB=E7=BB=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/ruoyi/dw/service/impl/CjStudentServiceImpl.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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);