From 92b183ff39e44878d9a8508ee9561696339b1547 Mon Sep 17 00:00:00 2001 From: 张磊磊 <201175954@qq.com> Date: 星期一, 16 十月 2023 16:57:11 +0800 Subject: [PATCH] 安全帽对接/接受PM2.5数据 --- hd/pipe/StaffManage/src/main/java/com/thhy/staff/modules/biz/face/service/impl/FaceServerImpl.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/hd/pipe/StaffManage/src/main/java/com/thhy/staff/modules/biz/face/service/impl/FaceServerImpl.java b/hd/pipe/StaffManage/src/main/java/com/thhy/staff/modules/biz/face/service/impl/FaceServerImpl.java index ed76fe7..98cf8ac 100644 --- a/hd/pipe/StaffManage/src/main/java/com/thhy/staff/modules/biz/face/service/impl/FaceServerImpl.java +++ b/hd/pipe/StaffManage/src/main/java/com/thhy/staff/modules/biz/face/service/impl/FaceServerImpl.java @@ -83,7 +83,7 @@ jsonObject.put("offset",0); List<UserFaceVo> faceVoList = new ArrayList<>(); faceVoList.add(userFaceVo); - jsonObject.put("person_list",JSONObject.parseObject(JSON.toJSONString(faceVoList))); + jsonObject.put("person_list",faceVoList); return jsonObject; } -- Gitblit v1.9.3