| | |
| | | } |
| | | } |
| | | } |
| | | if (createVO.getHospitalOut().getLongitude() != null) { |
| | | existingInfo.setHospitalOutLongitude(createVO.getHospitalOut().getLongitude()); |
| | | } |
| | | if (createVO.getHospitalOut().getLatitude() != null) { |
| | | existingInfo.setHospitalOutLatitude(createVO.getHospitalOut().getLatitude()); |
| | | } |
| | | |
| | | } |
| | | |
| | | // 更新转入医院信息 |
| | |
| | | } |
| | | } |
| | | } |
| | | if (createVO.getHospitalIn().getLongitude() != null) { |
| | | existingInfo.setHospitalInLongitude(createVO.getHospitalIn().getLongitude()); |
| | | } |
| | | if (createVO.getHospitalIn().getLatitude() != null) { |
| | | existingInfo.setHospitalInLatitude(createVO.getHospitalIn().getLatitude()); |
| | | } |
| | | |
| | | } |
| | | |
| | | // 更新费用信息 |