Commit df5d3d885c612f6948ae67f76ed442f70235dacd
1 parent
cbaffe0d2d
Exists in
master
and in
8 other branches
增加是否通知
Showing 1 changed file with 1 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/PatientFacade.java
View file @
df5d3d8
... | ... | @@ -256,6 +256,7 @@ |
256 | 256 | chanResult.convertToResult(patients); |
257 | 257 | antExQuery.setParentId(patients.getId()); |
258 | 258 | antExQuery.setYn(YnEnums.YES.getId()); |
259 | + | |
259 | 260 | //复诊次数 |
260 | 261 | int i = antExService.queryAntenatalExaminationCount(antExQuery.convertToQuery()); |
261 | 262 | chanResult.setcTimes(i); |