|
@@ -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);
|
|
|
}
|
|
|
|