|
@@ -160,15 +160,15 @@ public class PersonVerificationHandler extends SimpleChannelInboundHandler<Perso
|
|
|
|
|
|
log.warn(map.toString());
|
|
|
|
|
|
- SysLog sysLog = new SysLog();
|
|
|
- sysLog.setPointcut(deviceNo);
|
|
|
- sysLog.setUrl("/LAPI/V1.0/System/Event/Notification/PersonVerification");
|
|
|
- sysLog.setData(map.toString());
|
|
|
- sysLog.setRemark("收到人脸识别信息");
|
|
|
- SocketAddress remoteAddress = ctx.channel().remoteAddress();
|
|
|
- sysLog.setRemoteIp(remoteAddress.toString());
|
|
|
- sysLog.setCreateTime(new Date());
|
|
|
- sysLogService.insert(sysLog);
|
|
|
+// SysLog sysLog = new SysLog();
|
|
|
+// sysLog.setPointcut(deviceNo);
|
|
|
+// sysLog.setUrl("/LAPI/V1.0/System/Event/Notification/PersonVerification");
|
|
|
+// sysLog.setData(map.toString());
|
|
|
+// sysLog.setRemark("收到人脸识别信息");
|
|
|
+// SocketAddress remoteAddress = ctx.channel().remoteAddress();
|
|
|
+// sysLog.setRemoteIp(remoteAddress.toString());
|
|
|
+// sysLog.setCreateTime(new Date());
|
|
|
+// sysLogService.insert(sysLog);
|
|
|
|
|
|
//上传人脸信息
|
|
|
String faceImageUrl = "";
|