xuzhancheng 1 mês atrás
pai
commit
a5a8e179dd

+ 4 - 4
tz-module-pressure2/tz-module-pressure2-biz/src/main/java/cn/start/tz/module/pressure2/service/appointmentconfirmorder/AppointmentConfirmOrderServiceImpl.java

@@ -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());
+//            }
         }
 
         //获取约检确认单异常信息

+ 4 - 4
tz-module-pressure2/tz-module-pressure2-biz/src/main/java/cn/start/tz/module/pressure2/service/appointmentconfirmorder/PipeAppointmentConfirmOrderServiceImpl.java

@@ -310,10 +310,10 @@ public class PipeAppointmentConfirmOrderServiceImpl implements PipeAppointmentCo
         }
         //获取部门电话
         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());
+//            }
         }
 
         //获取约检确认单异常信息

+ 0 - 2
tz-module-pressure2/tz-module-pressure2-biz/src/main/resources/application-hsd.yaml

@@ -181,5 +181,3 @@ synchronization:
   host: http://192.168.20.70:28081
   apiKey: cecb02cf8d1c7be3a05987d6acc6d913666d9cb72cc061039ffb19ecaead1bb9
   cron: 0 0 0 * * ?
-grapecity:
-  url: http://127.0.0.1:48010