Commit e58b84c059e7d30b119d8b25e8ef8b4e81fca749
1 parent
8e3f38a84c
Exists in
master
and in
6 other branches
去掉限制
Showing 1 changed file with 5 additions and 5 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/ApplyOrderFacade.java
View file @
e58b84c
... | ... | @@ -438,8 +438,8 @@ |
438 | 438 | sieveApplyOrderQuery1.setHospitalId(hospitalId); |
439 | 439 | sieveApplyOrderQuery1.setYn(YnEnums.YES.getId()); |
440 | 440 | //先查询本院是否已申请 |
441 | - List<SieveApplyOrderModel> list1 = applyOrderService.querySieveApplyOrderWithQuery(sieveApplyOrderQuery1); | |
442 | - if (CollectionUtils.isEmpty(list1)) { | |
441 | + //List<SieveApplyOrderModel> list1 = applyOrderService.querySieveApplyOrderWithQuery(sieveApplyOrderQuery1); | |
442 | + //if (CollectionUtils.isEmpty(list1)) { | |
443 | 443 | //增加产筛 |
444 | 444 | applyOrderService.addOneSieveApplyOrder(sieveApplyOrderModel); |
445 | 445 | |
... | ... | @@ -524,9 +524,9 @@ |
524 | 524 | System.out.println("debug=========>开始调用华大接口"); |
525 | 525 | callHuaDa(sieveApplyOrderModel, hospitalId); |
526 | 526 | System.out.println("debug=========>结束调用华大接口"); |
527 | - } else { | |
528 | - return new BaseResponse().setErrorcode(ErrorCodeConstants.DATA_EXIST).setErrormsg("已申请过产筛"); | |
529 | - } | |
527 | + // } else { | |
528 | + // return new BaseResponse().setErrorcode(ErrorCodeConstants.DATA_EXIST).setErrormsg("已申请过产筛"); | |
529 | + // } | |
530 | 530 | |
531 | 531 | |
532 | 532 |