去掉货主判断
This commit is contained in:
+2
-2
@@ -107,7 +107,7 @@ public class BusinessDocumentOrderDomainService {
|
|||||||
List<BusinessDocumentCargoMultiDTO> allCargoList = businessDocumentOrderDO.getBusinessDocumentCargoMultiList();
|
List<BusinessDocumentCargoMultiDTO> allCargoList = businessDocumentOrderDO.getBusinessDocumentCargoMultiList();
|
||||||
businessDocumentOrderDO.setReceivableType(2L);
|
businessDocumentOrderDO.setReceivableType(2L);
|
||||||
//非企业员工判断个人信息审核状态x
|
//非企业员工判断个人信息审核状态x
|
||||||
if (userShipperPo.getShipperType() != 2 && userShipperPo.getShipperFill() != 3) {
|
/* if (userShipperPo.getShipperType() != 2 && userShipperPo.getShipperFill() != 3) {
|
||||||
throw new ServiceException("未提交个人信息认证或认证未通过,请先认证!");
|
throw new ServiceException("未提交个人信息认证或认证未通过,请先认证!");
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -117,7 +117,7 @@ public class BusinessDocumentOrderDomainService {
|
|||||||
if (userShipperPo.getShipperEnterpriseFill() != 3) {
|
if (userShipperPo.getShipperEnterpriseFill() != 3) {
|
||||||
throw new ServiceException("未提交个人信息认证或认证未通过,请先认证!");
|
throw new ServiceException("未提交个人信息认证或认证未通过,请先认证!");
|
||||||
}
|
}
|
||||||
}
|
}*/
|
||||||
/**
|
/**
|
||||||
* 生成货源单信息
|
* 生成货源单信息
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user