zelong.shao

customer|add调整

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