Commit 23abb92dc4ba845c0f0d9e2ac4144513ffd765ab
1 parent
b172c3daf4
Exists in
master
and in
6 other branches
秦皇岛冠新公卫接口
Showing 1 changed file with 3 additions and 3 deletions
platform-operate-api/src/main/java/com/lyms/hospitalapi/qhdfy/QhdJbgwInterface.java
View file @
23abb92
| ... | ... | @@ -464,7 +464,7 @@ |
| 464 | 464 | |
| 465 | 465 | Map<String, Object> mapcc = new HashMap<>(); |
| 466 | 466 | findProcess(data.getProdprocess(),mapcc); |
| 467 | - if(StringUtils.isNotEmpty(map.get("one"))){ | |
| 467 | + if(StringUtils.isNotEmpty(mapcc.get("one").toString())){ | |
| 468 | 468 | int oShi = mapcc.get("one").toString().indexOf("时"); |
| 469 | 469 | if(oShi == -1){ |
| 470 | 470 | int oFen = mapcc.get("one").toString().indexOf("分"); |
| ... | ... | @@ -487,7 +487,7 @@ |
| 487 | 487 | } |
| 488 | 488 | } |
| 489 | 489 | |
| 490 | - if(StringUtils.isNotEmpty(map.get("two"))){ | |
| 490 | + if(StringUtils.isNotEmpty(mapcc.get("two").toString())){ | |
| 491 | 491 | int oShi = mapcc.get("two").toString().indexOf("时"); |
| 492 | 492 | if(oShi == -1){ |
| 493 | 493 | int oFen = mapcc.get("two").toString().indexOf("分"); |
| ... | ... | @@ -509,7 +509,7 @@ |
| 509 | 509 | } |
| 510 | 510 | } |
| 511 | 511 | |
| 512 | - if(StringUtils.isNotEmpty(map.get("three"))){ | |
| 512 | + if(StringUtils.isNotEmpty(mapcc.get("three").toString())){ | |
| 513 | 513 | int oShi = mapcc.get("three").toString().indexOf("时"); |
| 514 | 514 | if(oShi == -1){ |
| 515 | 515 | int oFen = mapcc.get("three").toString().indexOf("分"); |