From e643e24745fdd06e4154c6d0eac7d831bfc52bf5 Mon Sep 17 00:00:00 2001 From: 张晓波 <bingbo1993@126.com> Date: 星期五, 13 十月 2023 09:30:47 +0800 Subject: [PATCH] 删除大屏 mq --- 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 98cf8ac..ed76fe7 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",faceVoList); + jsonObject.put("person_list",JSONObject.parseObject(JSON.toJSONString(faceVoList))); return jsonObject; } -- Gitblit v1.9.3