liusheng
9 天以前 1e0693bb7996627616312909ce81bf3c6822ba23
ruoyi-quartz/src/main/java/com/ruoyi/quartz/task/RyTask.java
@@ -161,17 +161,13 @@
            JsonNode resultListNode = rootNode.path("results").path("resultList");
            // 遍历resultList中的每个对象
            for (JsonNode item : resultListNode) {
                SysUserImport person = objectMapper.treeToValue(item, SysUserImport.class);
                person.setStaffPhoto("");
                sysUserImportMapper.insertSysUserImport(person);
            }
        } catch (IOException e) {
            e.printStackTrace();
        }
    }
    public void analysisData() {
@@ -208,7 +204,6 @@
        } catch (Exception e) {
            log.error("采集出院数据出问题了:{}", e.getMessage());
        }
    }
//
//    public void dealHisData2() {