Commit b43ca76946e74f4e061bc787d7a5a67fb13c338c

Authored by liquanyu
1 parent 556321b878

血压

Showing 1 changed file with 4 additions and 0 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/service/impl/PatientWeightServiceImpl.java View file @ b43ca76
... ... @@ -1934,6 +1934,10 @@
1934 1934 }
1935 1935 }
1936 1936 }
  1937 + else
  1938 + {
  1939 + return new BaseObjectResponse().setErrorcode(ErrorCodeConstants.SUCCESS).setErrormsg("成功").setData(datas);
  1940 + }
1937 1941  
1938 1942 if (CollectionUtils.isNotEmpty(patientIds))
1939 1943 {