@@ -686,7 +686,7 @@ public class FaceTBServiceImpl implements FaceTBService {
faceLog.setVerifyScore(verify_score);
faceLog.setCreateTime(now);
log.info("进出记录推送内容,姓名:{}, 身份证:{}, 设备号:{}", faceLog.getName(), faceLog.getCardid(), faceLog.getDeviceSn());
- if (verifytype == 0 || verifytype == 2) {
+ if (verifytype == 0 || verifytype == 2 || verifytype == 3) {
//长期通行记录
faceLogDao.insertSelective(faceLog);