Commit f7891790ddcd6ccefec35427bda3e5cbabd93e0a
1 parent
6766b6d085
Exists in
master
and in
8 other branches
增加是否通知
Showing 1 changed file with 2 additions and 1 deletions
platform-biz-patient-service/src/main/java/com/lyms/platform/biz/service/PatientsService.java
View file @
f789179
| ... | ... | @@ -118,6 +118,7 @@ |
| 118 | 118 | new Thread(new PatientWorker(patient)).start(); |
| 119 | 119 | } |
| 120 | 120 | } |
| 121 | + /** | |
| 121 | 122 | SieveApplyOrderQuery sieveApplyOrderQuery = new SieveApplyOrderQuery(); |
| 122 | 123 | sieveApplyOrderQuery.setStatus(0); |
| 123 | 124 | sieveApplyOrderQuery.setYn(YnEnums.YES.getId()); |
| ... | ... | @@ -143,7 +144,7 @@ |
| 143 | 144 | sieveApplyOrderModel.setStatus(1); |
| 144 | 145 | iSieveApplyOrderDao.updateSieve(sieveApplyOrderModel); |
| 145 | 146 | } |
| 146 | - } | |
| 147 | + }**/ | |
| 147 | 148 | } |
| 148 | 149 | |
| 149 | 150 | public SieveModel convertToModel(Patients patients) { |