Commit 7faaa6be876ed5c1fe6e9b7993619f4cdca6bfbe
1 parent
776d81691a
Exists in
master
and in
6 other branches
his
Showing 1 changed file with 1 additions and 2 deletions
platform-operate-api/src/main/java/com/lyms/hospitalapi/lcdcf/LcdcfHisService.java
View file @
7faaa6b
... | ... | @@ -60,14 +60,13 @@ |
60 | 60 | // QueryRunner queryRunner = new QueryRunner(true); |
61 | 61 | // List<HisCheckItems> hisCheckItems = queryRunner.query(connection,sql,new BeanListHandler<HisCheckItems>(HisCheckItems.class)); |
62 | 62 | |
63 | - | |
64 | 63 | List<HisCheckItems> hisCheckItems = new ArrayList<>(); |
65 | - | |
66 | 64 | HisCheckItems item1 = new HisCheckItems(); |
67 | 65 | item1.setContent("血常规检查"); |
68 | 66 | hisCheckItems.add(item1); |
69 | 67 | HisCheckItems item2 = new HisCheckItems(); |
70 | 68 | item2.setContent("尿常规检查"); |
69 | + hisCheckItems.add(item2); | |
71 | 70 | |
72 | 71 | |
73 | 72 | StringBuffer sb = new StringBuffer(); |