Commit 0e8afcb5b8a226c68b29464938e8a860d29dfc32

Authored by liquanyu
1 parent 858e75aaba

血压

Showing 1 changed file with 4 additions and 0 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/service/impl/BloodPressureServiceImpl.java View file @ 0e8afcb
... ... @@ -635,6 +635,10 @@
635 635 }
636 636 }
637 637 }
  638 + else
  639 + {
  640 + return new BaseObjectResponse().setErrorcode(ErrorCodeConstants.SUCCESS).setErrormsg("成功").setData(datas);
  641 + }
638 642  
639 643 if (CollectionUtils.isNotEmpty(patientIds))
640 644 {