|
@@ -581,7 +581,11 @@ public class AppointmentConfirmOrderServiceImpl implements AppointmentConfirmOrd
|
|
|
|
|
|
|
|
appointmentConfirmOrderRefuseItemDO.setCheckType(100); //锅炉的都是定检
|
|
appointmentConfirmOrderRefuseItemDO.setCheckType(100); //锅炉的都是定检
|
|
|
appointmentConfirmOrderRefuseItemDO.setEquipMainType(200);
|
|
appointmentConfirmOrderRefuseItemDO.setEquipMainType(200);
|
|
|
- appointmentConfirmOrderRefuseItemDO.setRejectionSource(1); //窗口拒检
|
|
|
|
|
|
|
+ if (appointmentRefuseVO.getRejectionSource() == null){
|
|
|
|
|
+ appointmentConfirmOrderRefuseItemDO.setRejectionSource(1); //窗口拒检
|
|
|
|
|
+ } else {
|
|
|
|
|
+ appointmentConfirmOrderRefuseItemDO.setRejectionSource(appointmentRefuseVO.getRejectionSource());
|
|
|
|
|
+ }
|
|
|
appointmentConfirmOrderRefuseItemDO.setOrderNo(appointmentRefuseVO.getOrderNo());
|
|
appointmentConfirmOrderRefuseItemDO.setOrderNo(appointmentRefuseVO.getOrderNo());
|
|
|
appointmentConfirmOrderRefuseItemDO.setReasonDict(appointmentRefuseVO.getReasonDict());
|
|
appointmentConfirmOrderRefuseItemDO.setReasonDict(appointmentRefuseVO.getReasonDict());
|
|
|
appointmentConfirmOrderRefuseItemDO.setOrderType(appointmentRefuseVO.getOrderType());
|
|
appointmentConfirmOrderRefuseItemDO.setOrderType(appointmentRefuseVO.getOrderType());
|
|
@@ -925,6 +929,7 @@ public class AppointmentConfirmOrderServiceImpl implements AppointmentConfirmOrd
|
|
|
refuseVO.setReason(appointmentRefuseVO.getReason());
|
|
refuseVO.setReason(appointmentRefuseVO.getReason());
|
|
|
refuseVO.setReasonDict(appointmentRefuseVO.getReasonDict());
|
|
refuseVO.setReasonDict(appointmentRefuseVO.getReasonDict());
|
|
|
refuseVO.setOrderType(1);
|
|
refuseVO.setOrderType(1);
|
|
|
|
|
+ refuseVO.setRejectionSource(3);
|
|
|
refuseCheck(refuseVO);
|
|
refuseCheck(refuseVO);
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|