Commit 7f3290487bfc2fc31a645173ac3e72c5c35dc977
1 parent
dfbe6e748b
Exists in
master
and in
6 other branches
update code
Showing 1 changed file with 1 additions and 4 deletions
platform-operate-api/src/main/java/com/lyms/hospitalapi/Nczxyy/NczxyyLisService.java
View file @
7f32904
... | ... | @@ -278,6 +278,7 @@ |
278 | 278 | item.setRefer(nczxyyxq2.getData().getLisPatResults().get(j).get临界值()); |
279 | 279 | item.setResult(nczxyyxq2.getData().getLisPatResults().get(j).get检验值()); |
280 | 280 | item.setUnit(nczxyyxq2.getData().getLisPatResults().get(j).get单位()); |
281 | + item.setSpecial(nczxyyxq2.getData().getLisPatResults().get(j).get结论()); | |
281 | 282 | itemlist.add(item); |
282 | 283 | } |
283 | 284 | result.add(CheckResponse); |
... | ... | @@ -290,10 +291,6 @@ |
290 | 291 | } |
291 | 292 | |
292 | 293 | return result; |
293 | - } | |
294 | - public static void main(String[] arags) | |
295 | - { | |
296 | - queryLisCheckList("1002291303"); | |
297 | 294 | } |
298 | 295 | |
299 | 296 | } |