zelong.shao

customer|add调整

......@@ -92,7 +92,7 @@ public class ConsignmentServiceImpl extends BaseService implements IConsignmentS
*/
if (StringUtils.isEmpty(bo.getShipperAccount())){
ConsignmentAddDto consignmentAddDto = new ConsignmentAddDto();
consignmentAddDto.setIsCreatorFlag(DigitConstants.DIGIT_TWO);
consignmentAddDto.setIsCreatorFlag(DigitConstants.DIGIT_ZERO);
return responseUtils.success(consignmentAddDto);
}
return consignmentUtil.consignmentCheckWithNotCe(consignment,bo);
......