张晓波
2023-10-19 4b1b9a8890d577ce74e00785cd18babe4217c964
hd/pipe/StaffManage/src/main/java/com/thhy/staff/modules/biz/face/service/impl/FaceServerImpl.java
@@ -111,11 +111,10 @@
            if(!StringUtils.isEmpty(userIds)){
                JSONArray jsonArray = JSONArray.parseArray(userIds);
                logger.info("成功通知结果解析数组"+jsonArray.toJSONString());
                String[] userIdArray = new String[]{userIds};
                if(userIds.contains(",")){
                    userIdArray = userIds.split(",");
                }
                userMapper.syncResult(1,userIdArray);
                List<String> userIdList = JSONArray.parseArray(userIds,String.class);
                userMapper.syncResult(1,userIdList);
            }
            JSONArray failJsonArray = reqJson.getJSONArray("failed");
            if(failJsonArray.size()>0){