Commit ca8a1e5263832d2d9bc695b9c78dcc662f84bdc8
1 parent
554ff0164b
Exists in
master
and in
6 other branches
服务同步
Showing 2 changed files with 6 additions and 4 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/BookbuildingFacade.java
View file @
ca8a1e5
... | ... | @@ -872,7 +872,9 @@ |
872 | 872 | //加入产筛 |
873 | 873 | patientsService.validata(patient); |
874 | 874 | |
875 | - PatientsQuery pQuery = new PatientsQuery(); | |
875 | + //由于院内系统增加了单独配置服务开通,修改时会调用该方法,暂时取消 | |
876 | + | |
877 | + /* PatientsQuery pQuery = new PatientsQuery(); | |
876 | 878 | pQuery.setYn(YnEnums.YES.getId()); |
877 | 879 | pQuery.setId(id); |
878 | 880 | List<Patients> list = yunBookbuildingService.queryPregnantWithQuery(pQuery); |
879 | 881 | |
... | ... | @@ -887,9 +889,9 @@ |
887 | 889 | } |
888 | 890 | |
889 | 891 | // createBuildSms(pat); |
890 | - createBuildMsg(pat); | |
892 | +// createBuildMsg(pat); | |
891 | 893 | } |
892 | - } | |
894 | + }*/ | |
893 | 895 | |
894 | 896 | patient.setOperator(userId); |
895 | 897 |
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/PatientServiceFacade.java
View file @
ca8a1e5
... | ... | @@ -401,7 +401,7 @@ |
401 | 401 | patientQuery.setCreateStartDate(createStartDate); |
402 | 402 | patientQuery.setCreateEndDate(createEndDate); |
403 | 403 | patientQuery.setSerStatus(serStatus); |
404 | - patientQuery.setSort("create_date desc"); | |
404 | + patientQuery.setSort("update_date desc"); | |
405 | 405 | patientQuery.setNeed("y"); |
406 | 406 | patientQuery.setOffset((pageInfo.getPage() - 1) * pageInfo.getLimit()); |
407 | 407 | patientQuery.setLimit(pageInfo.getLimit()); |