|
|
@@ -272,10 +272,10 @@ public class AppointmentConfirmOrderServiceImpl implements AppointmentConfirmOrd
|
|
|
}
|
|
|
//获取部门电话
|
|
|
if (StringUtils.isNotEmpty(appointmentConfirmOrderDO.getDeptId()) && StringUtils.isEmpty(appointmentConfirmOrderDO.getDeptPhone())) {
|
|
|
- OrgContactDTO orgContactDTO = orgContactApi.selectOne(appointmentConfirmOrderDO.getDeptId()).getCheckedData();
|
|
|
- if (Objects.nonNull(orgContactDTO)) {
|
|
|
- appointmentConfirmOrderRespVO.setDeptPhone(orgContactDTO.getContact());
|
|
|
- }
|
|
|
+// OrgContactDTO orgContactDTO = orgContactApi.selectOne(appointmentConfirmOrderDO.getDeptId()).getCheckedData();
|
|
|
+// if (Objects.nonNull(orgContactDTO)) {
|
|
|
+// appointmentConfirmOrderRespVO.setDeptPhone(orgContactDTO.getContact());
|
|
|
+// }
|
|
|
}
|
|
|
|
|
|
//获取约检确认单异常信息
|