haogh 1 年之前
父节点
当前提交
8123d493c9
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/main/java/com/qmth/exam/reserve/service/impl/StudentImportAsyncServiceImpl.java

+ 1 - 1
src/main/java/com/qmth/exam/reserve/service/impl/StudentImportAsyncServiceImpl.java

@@ -169,7 +169,7 @@ public class StudentImportAsyncServiceImpl implements StudentImportAsyncService
             cacheService.clearStudentApplyNumberCache(existStudent.getId());
         } else {
             studentEntity.setApplyFinished(Boolean.FALSE);
-            studentEntity.setPhotoPath(studentEntity.getIdentityNumber()+".jpg");
+            studentEntity.setPhotoPath(studentEntity.getIdentityNumber()+".JPG");
             studentService.save(studentEntity);
         }
     }