wsl 2 년 전
부모
커밋
161ad8302b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      svr/svr-cloud-care/src/main/java/com/yihu/jw/care/service/third/PatientInfoPlatFormService.java

+ 1 - 1
svr/svr-cloud-care/src/main/java/com/yihu/jw/care/service/third/PatientInfoPlatFormService.java

@ -1098,7 +1098,7 @@ public class PatientInfoPlatFormService {
                            detailInfo.put("homeRange",Math.floor(homeDistance * 1000));
                        }else {
                            detailInfo.put("homeRange",zwsj);
                            detailInfo.put("isAtHome",zwsj);
                            detailInfo.put("isAtHome",dict(dictList,"ty5"));
                        }
                        detailInfo.put("location", tmp);
                    }