Showing
1 changed file
with
2 additions
and
2 deletions
| ... | @@ -104,7 +104,7 @@ public class ConsignmentUtil { | ... | @@ -104,7 +104,7 @@ public class ConsignmentUtil { |
| 104 | consignmentAddDto.setIsCreatorFlag(DigitConstants.DIGIT_ONE); | 104 | consignmentAddDto.setIsCreatorFlag(DigitConstants.DIGIT_ONE); |
| 105 | return responseUtils.success(consignmentAddDto); | 105 | return responseUtils.success(consignmentAddDto); |
| 106 | }else { | 106 | }else { |
| 107 | - consignmentAddDto.setIsCreatorFlag(DigitConstants.DIGIT_FOUR); | 107 | + consignmentAddDto.setIsCreatorFlag(DigitConstants.DIGIT_THREE); |
| 108 | return responseUtils.success(ResponseCode.MESSAGE_CODE_30011,consignmentAddDto); | 108 | return responseUtils.success(ResponseCode.MESSAGE_CODE_30011,consignmentAddDto); |
| 109 | } | 109 | } |
| 110 | } | 110 | } |
| ... | @@ -161,7 +161,7 @@ public class ConsignmentUtil { | ... | @@ -161,7 +161,7 @@ public class ConsignmentUtil { |
| 161 | consignmentAddDto.setIsCreatorFlag(DigitConstants.DIGIT_ONE); | 161 | consignmentAddDto.setIsCreatorFlag(DigitConstants.DIGIT_ONE); |
| 162 | return responseUtils.success(consignmentAddDto); | 162 | return responseUtils.success(consignmentAddDto); |
| 163 | }else { | 163 | }else { |
| 164 | - consignmentAddDto.setIsCreatorFlag(DigitConstants.DIGIT_FOUR); | 164 | + consignmentAddDto.setIsCreatorFlag(DigitConstants.DIGIT_THREE); |
| 165 | consignmentAddDto.setConsignment(null); | 165 | consignmentAddDto.setConsignment(null); |
| 166 | return responseUtils.success(ResponseCode.MESSAGE_CODE_30011,consignmentAddDto); | 166 | return responseUtils.success(ResponseCode.MESSAGE_CODE_30011,consignmentAddDto); |
| 167 | } | 167 | } | ... | ... |
-
Please register or login to post a comment