| | |
| | | } |
| | | } |
| | | } |
| | | |
| | | // 用于跟踪是否需要重新同步(车辆、人员、地址、成交价变更) |
| | | boolean needResync = true; |
| | | int result = sysTaskMapper.updateSysTask(task); |
| | | |
| | | // 用于跟踪是否需要重新同步(车辆、人员、地址、成交价变更) |
| | | boolean needResync = false; |
| | | |
| | | |
| | | // 更新车辆关联 |
| | | if (result > 0 && updateVO.getVehicleIds() != null && !updateVO.getVehicleIds().isEmpty()) { |
| | |
| | | } |
| | | } |
| | | } |
| | | 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()); |
| | | } |
| | | |
| | | } |
| | | |
| | | // 更新费用信息 |