Commit 45c1b815dabbc8b8555bf66a07b1d6ee4422d8bd

Authored by cfl
1 parent 394e88fe6e
Exists in master and in 2 other branches dev, luanping

解决体温查询,年龄的bug

Showing 1 changed file with 2 additions and 1 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/TempFacade.java View file @ 45c1b81
... ... @@ -141,7 +141,8 @@
141 141 patientsQuery.setLastMensesEnd(queryRequest.capStart());
142 142 patientsQuery.setExtEnable(false);
143 143 patientsQuery.setYn(YnEnums.YES.getId());
144   - patientsQuery.setType(1);
  144 + //去掉该条件 未分娩和已经分娩都可以 cfl 20231024
  145 + //patientsQuery.setType(1);
145 146 Date currentDate = DateUtil.formatDate(new Date());
146 147 if (null != queryRequest.getStartAge()) {
147 148 Date date = DateUtil.addYear(currentDate, -queryRequest.getStartAge());