소스 검색

修改在更新照片时,上传方式没有更新的bug

chenken 7 년 전
부모
커밋
3a8eb509bc
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      core-api/src/main/java/cn/com/qmth/examcloud/service/core/service/StudentFaceInfoService.java

+ 1 - 0
core-api/src/main/java/cn/com/qmth/examcloud/service/core/service/StudentFaceInfoService.java

@@ -42,6 +42,7 @@ public class StudentFaceInfoService {
     	old.setFaceSetToken(studentFaceInfo.getFaceSetToken());
     	old.setFaceToken(studentFaceInfo.getFaceToken());
     	old.setPhotoMD5(studentFaceInfo.getPhotoMD5());
+    	old.setCreateType(studentFaceInfo.getCreateType());
         return studentFaceInfoRepo.save(old);
     }