Commit f58491aa5fdc685fbdfea9242cf2fcd5c5492b66
1 parent
0a3781b6b0
Exists in
master
and in
6 other branches
未开通服务服务开通推送
Showing 1 changed file with 4 additions and 4 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/AntenatalExaminationFacade.java
View file @
f58491a
... | ... | @@ -727,8 +727,8 @@ |
727 | 727 | Integer serviceType = 0; |
728 | 728 | Integer serviceStatus = 0; |
729 | 729 | |
730 | - if (patient.getServiceStatus() == null || (patient.getServiceStatus() == ServiceTypeEnums.STANDARD_SERVICE.getId() | |
731 | - && patient.getServiceType() == ServiceStatusEnums.NO_OPEN.getId())) | |
730 | + if (patient.getServiceStatus() == null || (patient.getServiceStatus() == ServiceStatusEnums.NO_OPEN.getId() | |
731 | + && patient.getServiceType() == ServiceTypeEnums.STANDARD_SERVICE.getId())) | |
732 | 732 | { |
733 | 733 | serviceType = ServiceTypeEnums.ALL_SERVICE.getId(); |
734 | 734 | serviceStatus = ServiceStatusEnums.ALL_NO_OPEN.getId(); |
... | ... | @@ -854,8 +854,8 @@ |
854 | 854 | Integer serviceType = 0; |
855 | 855 | Integer serviceStatus = 0; |
856 | 856 | |
857 | - if (patient.getServiceStatus() == null || (patient.getServiceStatus() == ServiceTypeEnums.STANDARD_SERVICE.getId() | |
858 | - && patient.getServiceType() == ServiceStatusEnums.NO_OPEN.getId())) | |
857 | + if (patient.getServiceStatus() == null || (patient.getServiceStatus() == ServiceStatusEnums.NO_OPEN.getId() | |
858 | + && patient.getServiceType() == ServiceTypeEnums.STANDARD_SERVICE.getId())) | |
859 | 859 | { |
860 | 860 | serviceType = ServiceTypeEnums.ALL_SERVICE.getId(); |
861 | 861 | serviceStatus = ServiceStatusEnums.ALL_NO_OPEN.getId(); |