|
|
@@ -594,7 +594,7 @@ public class NotaryDomainImpl implements NotaryDomain {
|
|
|
faceCompareEntity.setScore(score+"");
|
|
|
FileInputStream fileInputStream = null;
|
|
|
try {
|
|
|
- fileInputStream = new FileInputStream(file);
|
|
|
+ fileInputStream = new FileInputStream(base);
|
|
|
} catch (FileNotFoundException e) {
|
|
|
throw new RuntimeException(e);
|
|
|
}
|