Commit bed1bea3f04473d6a57c235f29db80170c7e7216

Authored by liquanyu
1 parent 176b533d34

update code

Showing 1 changed file with 1 additions and 1 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/AntenatalExaminationFacade.java View file @ bed1bea
... ... @@ -4377,7 +4377,7 @@
4377 4377  
4378 4378 if (isEnableItem(status, DiagnoseEnums.DiagnoseItemEnums.xy.getId())) {
4379 4379 //血压
4380   - if (!antExcAddRequest.getBp().isEmpty() && antExcAddRequest.getBp().size() > 0) {
  4380 + if (antExcAddRequest.getBp() != null && !antExcAddRequest.getBp().isEmpty() && antExcAddRequest.getBp().size() > 0) {
4381 4381 Map map = antExcAddRequest.getBp();
4382 4382 String ssy = null;
4383 4383 String szy = null;