去掉货主判断

This commit is contained in:
hjx
2026-01-29 11:43:01 +08:00
parent 62b779d1f0
commit 5786521755
@@ -107,7 +107,7 @@ public class BusinessDocumentOrderDomainService {
List<BusinessDocumentCargoMultiDTO> 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("未提交个人信息认证或认证未通过,请先认证!");
}
}
}*/
/**
* 生成货源单信息
*/