hd/pipe/StaffManage/src/main/java/com/thhy/staff/modules/biz/face/service/impl/FaceServerImpl.java | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
hd/pipe/StaffManage/src/main/java/com/thhy/staff/modules/biz/face/service/impl/FaceServerImpl.java
@@ -140,6 +140,8 @@ dataJson.put("person_id",perId); jsonObject.put("data",dataJson); List<String> sns = faceDeviceMapper.queryDevSn(); MqUtils.createClient(emqxConfig,sns,jsonObject.toJSONString()); String content = jsonObject.toJSONString(); logger.info("查询人员"+perId+":"+content); MqUtils.createClient(emqxConfig,sns,content); } }