Forráskód Böngészése

人脸对比图片bug修改

tongfeng 2 éve
szülő
commit
edc339486d

+ 1 - 1
eladmin-system/src/main/java/me/zhengjie/domain/notary/impl/NotaryDomainImpl.java

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