Commit e9fa3e74975a1f3ca5dcc1f789eb2dd747e9daf8
1 parent
174b6b4e1b
Exists in
master
and in
6 other branches
高危评分
Showing 1 changed file with 22 additions and 22 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/BabyStatisticsManagerFacade.java
View file @
e9fa3e7
| ... | ... | @@ -785,28 +785,28 @@ |
| 785 | 785 | |
| 786 | 786 | // jdbc查oracle |
| 787 | 787 | ExceptionUtils.catchException("babyStatisticsManagerSelfConversionList: " + sql); |
| 788 | - // List<Map<String, Object>> list = JdbcUtil.getOracleListDataBySql("oracle.jdbc.driver.OracleDriver", "jdbc:oracle:thin:@192.168.1.32:1521:orcl", "LYMS_ODS", "Welcome1", sql); | |
| 789 | - List<Map<String, Object>> list = new ArrayList<>(); | |
| 790 | - Map<String, Object> test1 = new HashMap<>(); | |
| 791 | - Map<String, Object> test2 = new HashMap<>(); | |
| 792 | - Map<String, Object> test3 = new HashMap<>(); | |
| 793 | - Map<String, Object> test4 = new HashMap<>(); | |
| 794 | - Map<String, Object> test5 = new HashMap<>(); | |
| 795 | - test4.put("EXAMINE_MONTH", 0); | |
| 796 | - test4.put("CNT", "1"); | |
| 797 | - test3.put("EXAMINE_MONTH", 1); | |
| 798 | - test3.put("CNT", "2"); | |
| 799 | - test1.put("EXAMINE_MONTH", 2); | |
| 800 | - test1.put("CNT", "3"); | |
| 801 | - test2.put("EXAMINE_MONTH", 3); | |
| 802 | - test2.put("CNT", "4"); | |
| 803 | - test5.put("EXAMINE_MONTH", 12); | |
| 804 | - test5.put("CNT", "1"); | |
| 805 | - list.add(test1); | |
| 806 | - list.add(test2); | |
| 807 | - list.add(test3); | |
| 808 | - list.add(test4); | |
| 809 | - list.add(test5); | |
| 788 | + List<Map<String, Object>> list = JdbcUtil.getOracleListDataBySql("oracle.jdbc.driver.OracleDriver", "jdbc:oracle:thin:@192.168.1.32:1521:orcl", "LYMS_ODS", "Welcome1", sql); | |
| 789 | + // List<Map<String, Object>> list = new ArrayList<>(); | |
| 790 | + // Map<String, Object> test1 = new HashMap<>(); | |
| 791 | + // Map<String, Object> test2 = new HashMap<>(); | |
| 792 | + // Map<String, Object> test3 = new HashMap<>(); | |
| 793 | + // Map<String, Object> test4 = new HashMap<>(); | |
| 794 | + // Map<String, Object> test5 = new HashMap<>(); | |
| 795 | + // test4.put("EXAMINE_MONTH", 0); | |
| 796 | + // test4.put("CNT", "1"); | |
| 797 | + // test3.put("EXAMINE_MONTH", 1); | |
| 798 | + // test3.put("CNT", "2"); | |
| 799 | + // test1.put("EXAMINE_MONTH", 2); | |
| 800 | + // test1.put("CNT", "3"); | |
| 801 | + // test2.put("EXAMINE_MONTH", 3); | |
| 802 | + // test2.put("CNT", "4"); | |
| 803 | + // test5.put("EXAMINE_MONTH", 12); | |
| 804 | + // test5.put("CNT", "1"); | |
| 805 | + // list.add(test1); | |
| 806 | + // list.add(test2); | |
| 807 | + // list.add(test3); | |
| 808 | + // list.add(test4); | |
| 809 | + // list.add(test5); | |
| 810 | 810 | |
| 811 | 811 | Collections.sort(list, new Comparator<Map<String, Object>>() { |
| 812 | 812 | @Override |