Commit dd419b0abea75455dc3a6de440311d9495097136

Authored by zhangchao
1 parent cc14b83ad3
Exists in dev

#fix:优化五色专案管理服务开通\未开通查询逻辑

Showing 1 changed file with 2 additions and 0 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/PatientDtController.java View file @ dd419b0
... ... @@ -568,6 +568,8 @@
568 568 }else {
569 569 appointmentModel.setExpire(1);
570 570 }
  571 + }else {
  572 + appointmentModel.setExpire(1);
571 573 }
572 574  
573 575 if (org.apache.commons.lang.StringUtils.isNotEmpty(patients.getRiskLevelId()) && !"[]".equals(patients.getRiskLevelId())) {