Showing
1 changed file
with
1 additions
and
0 deletions
| ... | @@ -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 | } | ... | ... |
-
Please register or login to post a comment