|
@@ -28,6 +28,7 @@ public interface TOeFaceVerifyHistoryMapper extends BaseMapper<TOeFaceVerifyHist
|
|
|
* @param batchNo
|
|
|
* @return
|
|
|
*/
|
|
|
+ @SuppressWarnings("MybatisXMapperMethodInspection")
|
|
|
public Map<String, Object> faceCountError(@Param("recordId") Long recordId, @Param("exception") String exception, @Param("faceCount") Integer faceCount, @Param("multipleFace") Boolean multipleFace, @Param("type") String type, @Param("batchNo") String batchNo);
|
|
|
|
|
|
/**
|
|
@@ -39,6 +40,7 @@ public interface TOeFaceVerifyHistoryMapper extends BaseMapper<TOeFaceVerifyHist
|
|
|
* @param batchNo
|
|
|
* @return
|
|
|
*/
|
|
|
+ @SuppressWarnings("MybatisXMapperMethodInspection")
|
|
|
public Map<String, Object> faceCompareError(@Param("recordId") Long recordId, @Param("exception") String exception, @Param("type") String type, @Param("batchNo") String batchNo);
|
|
|
|
|
|
/**
|
|
@@ -50,6 +52,7 @@ public interface TOeFaceVerifyHistoryMapper extends BaseMapper<TOeFaceVerifyHist
|
|
|
* @param batchNo
|
|
|
* @return
|
|
|
*/
|
|
|
+ @SuppressWarnings("MybatisXMapperMethodInspection")
|
|
|
public Map<String, Object> eyeCloseError(@Param("recordId") Long recordId, @Param("exception") String exception, @Param("type") String type, @Param("batchNo") String batchNo);
|
|
|
|
|
|
/**
|
|
@@ -61,5 +64,6 @@ public interface TOeFaceVerifyHistoryMapper extends BaseMapper<TOeFaceVerifyHist
|
|
|
* @param batchNo
|
|
|
* @return
|
|
|
*/
|
|
|
+ @SuppressWarnings("MybatisXMapperMethodInspection")
|
|
|
public Map<String, Object> realnessError(@Param("recordId") Long recordId, @Param("exception") String exception, @Param("type") String type, @Param("batchNo") String batchNo);
|
|
|
}
|