Commit d293ea38411d9d58cc0188913b82ddd35db569c6
1 parent
096f39f2fa
Exists in
master
and in
6 other branches
update code
Showing 1 changed file with 0 additions and 8 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/BabyBookbuildingFacade.java
View file @
d293ea3
... | ... | @@ -1514,7 +1514,6 @@ |
1514 | 1514 | puerperaQuery.setPhoneOrCert(param.getCardNo()); |
1515 | 1515 | } else if (param.getHospitalId()!= null & !StringUtils.isEmpty(param.getVcCardNo())) { |
1516 | 1516 | |
1517 | - long start = System.currentTimeMillis(); | |
1518 | 1517 | BabyModelQuery babyQuery = new BabyModelQuery(); |
1519 | 1518 | babyQuery.setYn(YnEnums.YES.getId()); |
1520 | 1519 | babyQuery.setVcCardNo(param.getVcCardNo()); |
1521 | 1520 | |
... | ... | @@ -1526,15 +1525,8 @@ |
1526 | 1525 | } |
1527 | 1526 | |
1528 | 1527 | babyQuery.setHospitalIdList(groupsFacade.findGroupHospital(userId,false)); |
1529 | - long end = System.currentTimeMillis(); | |
1530 | - | |
1531 | - System.out.println("times1 === " + (end - start)); | |
1532 | - | |
1533 | 1528 | List<BabyModel> babyModels = babyBookbuildingService.queryBabyBuildByCond(babyQuery); |
1534 | 1529 | |
1535 | - long end1 = System.currentTimeMillis(); | |
1536 | - | |
1537 | - System.out.println("times2 === "+( end1 -end)); | |
1538 | 1530 | if (CollectionUtils.isNotEmpty(babyModels)) { |
1539 | 1531 | BabyModel model = babyModels.get(0); |
1540 | 1532 | if (model != null) { |