zelong.shao

customer|add逻辑调整

...@@ -215,6 +215,7 @@ public class ConsignmentUtil { ...@@ -215,6 +215,7 @@ public class ConsignmentUtil {
215 */ 215 */
216 if (isShipperAccountMatch(bo.getShipperAccount(), consignment.getShipperAccount())) { 216 if (isShipperAccountMatch(bo.getShipperAccount(), consignment.getShipperAccount())) {
217 consignmentAddDto.setIsCreatorFlag(DigitConstants.DIGIT_ONE); 217 consignmentAddDto.setIsCreatorFlag(DigitConstants.DIGIT_ONE);
218 + consignmentDto.setCeFlag(1L);
218 consignmentAddDto.setConsignment(consignmentDto); 219 consignmentAddDto.setConsignment(consignmentDto);
219 return responseUtils.success(consignmentAddDto); 220 return responseUtils.success(consignmentAddDto);
220 } 221 }
......