|
@@ -80,18 +80,5 @@ public class PersonVerificationHandler extends SimpleChannelInboundHandler<Perso
|
|
|
personDeviceLogService.deviceInsertLog(deviceNo,temperature,faceImageJson,libMatInfoListJson,matchPersonInfo,date);
|
|
|
|
|
|
|
|
|
-
|
|
|
-
|
|
|
- /*log.warn("faceJson"+faceJson);
|
|
|
- log.warn("FaceImage"+faceImageJson);
|
|
|
- log.warn("LibMatInfoList"+libMatInfoListJson);
|
|
|
- log.warn("MatchPersonInfo"+matchPersonInfo);
|
|
|
- long timestamp = jsonObject.getLong("Timestamp");
|
|
|
-
|
|
|
- Date date = new Date(timestamp);
|
|
|
-
|
|
|
- SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss");
|
|
|
-
|
|
|
- log.warn("考勤时间:" + sdf.format(date));*/
|
|
|
}
|
|
|
}
|