From 57865217556e3eb2b369b91100dec1a610a2db92 Mon Sep 17 00:00:00 2001 From: hjx <577364224@qq.com> Date: Thu, 29 Jan 2026 11:43:01 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89=E8=B4=A7=E4=B8=BB=E5=88=A4?= =?UTF-8?q?=E6=96=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../service/BusinessDocumentOrderDomainService.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mhd_oms/src/main/java/com/mhd/oms/domain/businessDocumentOrder/service/BusinessDocumentOrderDomainService.java b/mhd_oms/src/main/java/com/mhd/oms/domain/businessDocumentOrder/service/BusinessDocumentOrderDomainService.java index 1988868cb..04b856655 100644 --- a/mhd_oms/src/main/java/com/mhd/oms/domain/businessDocumentOrder/service/BusinessDocumentOrderDomainService.java +++ b/mhd_oms/src/main/java/com/mhd/oms/domain/businessDocumentOrder/service/BusinessDocumentOrderDomainService.java @@ -107,7 +107,7 @@ public class BusinessDocumentOrderDomainService { List allCargoList = businessDocumentOrderDO.getBusinessDocumentCargoMultiList(); businessDocumentOrderDO.setReceivableType(2L); //非企业员工判断个人信息审核状态x - if (userShipperPo.getShipperType() != 2 && userShipperPo.getShipperFill() != 3) { + /* if (userShipperPo.getShipperType() != 2 && userShipperPo.getShipperFill() != 3) { throw new ServiceException("未提交个人信息认证或认证未通过,请先认证!"); } @@ -117,7 +117,7 @@ public class BusinessDocumentOrderDomainService { if (userShipperPo.getShipperEnterpriseFill() != 3) { throw new ServiceException("未提交个人信息认证或认证未通过,请先认证!"); } - } + }*/ /** * 生成货源单信息 */