xy 3 dagar sedan
förälder
incheckning
76cb1460da

+ 1 - 0
tz-module-pressure2/tz-module-pressure2-biz/src/main/java/cn/start/tz/module/pressure2/service/acceptorder/AcceptOrderServiceImpl.java

@@ -390,6 +390,7 @@ public class AcceptOrderServiceImpl implements AcceptOrderService {
             appointmentConfirmOrderRefuseItemDO.setCheckType(100); //锅炉的都是定检
             appointmentConfirmOrderRefuseItemDO.setNextCheckDate(acceptOrderDO.getAppointmentDate());
             appointmentConfirmOrderRefuseItemDO.setEquipMainType(200); //锅炉
+            appointmentConfirmOrderRefuseItemDO.setRejectionSource(1); //窗口拒检
 
             EquipBoilerDO equipBoilerDO = equipBoilerMapper.selectById(item.getId());
             if (equipBoilerDO != null) {

+ 1 - 0
tz-module-pressure2/tz-module-pressure2-biz/src/main/java/cn/start/tz/module/pressure2/service/acceptorder/PipeAcceptOrderServiceImpl.java

@@ -400,6 +400,7 @@ public class PipeAcceptOrderServiceImpl implements PipeAcceptOrderService {
             appointmentConfirmOrderRefuseItemDO.setCheckType(acceptOrderDO.getCheckType());
             appointmentConfirmOrderRefuseItemDO.setNextCheckDate(acceptOrderDO.getAppointmentDate());
             appointmentConfirmOrderRefuseItemDO.setEquipMainType(300); //管道
+            appointmentConfirmOrderRefuseItemDO.setRejectionSource(1); //窗口拒检
 
             EquipPipeDO equipPipeDO = equipPipeMapper.selectById(item.getId());
             if (equipPipeDO != null) {

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

@@ -581,6 +581,7 @@ public class AppointmentConfirmOrderServiceImpl implements AppointmentConfirmOrd
 
             appointmentConfirmOrderRefuseItemDO.setCheckType(100); //锅炉的都是定检
             appointmentConfirmOrderRefuseItemDO.setEquipMainType(200);
+            appointmentConfirmOrderRefuseItemDO.setRejectionSource(1); //窗口拒检
             appointmentConfirmOrderRefuseItemDO.setOrderNo(appointmentRefuseVO.getOrderNo());
             appointmentConfirmOrderRefuseItemDO.setReasonDict(appointmentRefuseVO.getReasonDict());
             appointmentConfirmOrderRefuseItemDO.setOrderType(appointmentRefuseVO.getOrderType());

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

@@ -661,6 +661,7 @@ public class PipeAppointmentConfirmOrderServiceImpl implements PipeAppointmentCo
             appointmentConfirmOrderRefuseItemDO.setContactPhone(item.getContactPhone());
 
             appointmentConfirmOrderRefuseItemDO.setEquipMainType(300);
+            appointmentConfirmOrderRefuseItemDO.setRejectionSource(1); //窗口拒检
             appointmentConfirmOrderRefuseItemDO.setOrderNo(appointmentRefuseVO.getOrderNo());
             appointmentConfirmOrderRefuseItemDO.setReasonDict(appointmentRefuseVO.getReasonDict());
             appointmentConfirmOrderRefuseItemDO.setOrderType(appointmentRefuseVO.getOrderType());