zelong.shao

customer|add逻辑调整

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