hd/pipe/StaffManage/src/main/java/com/thhy/staff/modules/biz/face/service/impl/FaceServerImpl.java
@@ -85,7 +85,10 @@ String userId = userIdArray.getString(0); UserFaceVo userFaceVo = userMapper.queryUserFaceSingle(userId); userFaceVo.setTemplateImgUrl(vfPrefix+"/"+userFaceVo.getTemplateImgUrl()); List<String> url = new ArrayList<>(); url.add(vfPrefix+userFaceVo.getPhoto()); userFaceVo.setTemplateImgUrl(url); JSONObject jsonObject = new JSONObject(); jsonObject.put("code",0);