张晓波
2023-10-17 f366507862db332da6c75e6d2f09b7d299292a2a
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;
    }