Commit 556321b8787a6dc71431451b3c8b16446628236c

Authored by liquanyu
1 parent 0e8afcb5b8

血压

Showing 1 changed file with 4 additions and 0 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/service/impl/BloodSugarServiceImpl.java View file @ 556321b
... ... @@ -1386,6 +1386,10 @@
1386 1386 }
1387 1387 }
1388 1388 }
  1389 + else
  1390 + {
  1391 + return new BaseObjectResponse().setErrorcode(ErrorCodeConstants.SUCCESS).setErrormsg("成功").setData(datas);
  1392 + }
1389 1393  
1390 1394 BloodSugarQuery bloodSugarQuery = new BloodSugarQuery();
1391 1395 bloodSugarQuery.setParentIds(patientIds);