|
@ -1649,12 +1649,6 @@ public class RehabilitationManageService {
|
|
|
if (followup != null) {
|
|
|
planDO.setFollowupStatus(followup.getStatus());
|
|
|
}
|
|
|
if("1".equals(followup.getStatus())){
|
|
|
planDO.setStatus("1");
|
|
|
planDO.setCompleteTime(DateUtil.dateToStrLong(followup.getFollowupDate()));
|
|
|
}else {
|
|
|
planDO.setStatus("0");
|
|
|
}
|
|
|
}
|
|
|
PatientRehabilitationPlanDO rehabilitationPlanDO = patientRehabilitationPlanDao.findById(planDO.getPlanId()).orElse(null);
|
|
|
if (rehabilitationPlanDO != null) {
|