Commit 10fbf9035ce15a513f9cd41baee1f6d1938c3a7b

Authored by wtt
1 parent fa8b76cd1e

update

Showing 1 changed file with 3 additions and 3 deletions

platform-operate-api/src/main/java/com/lyms/hospitalapi/lcfy/LctyService.java View file @ 10fbf90
... ... @@ -381,11 +381,11 @@
381 381 wmap.put("abo", abo);
382 382 }
383 383 Integer rh = null;
384   - if (StringUtils.isNotEmpty(lcem.getRHXX())) {//RH 0阳性 1阴性
  384 + if (StringUtils.isNotEmpty(lcem.getRHXX())) {// Rh血型 0阳性 1阴性
385 385 if (lcem.getRHXX().contains("阴性")) {
386   - rh = 0;
387   - } else if (lcem.getRHXX().contains("阳性")) {
388 386 rh = 1;
  387 + } else if (lcem.getRHXX().contains("阳性")) {
  388 + rh = 0;
389 389 }
390 390 wmap.put("rh", rh);
391 391 }