zelong.shao

customer|add代码调整

......@@ -104,7 +104,7 @@ public class ConsignmentUtil {
consignmentAddDto.setIsCreatorFlag(DigitConstants.DIGIT_ONE);
return responseUtils.success(consignmentAddDto);
}else {
consignmentAddDto.setIsCreatorFlag(DigitConstants.DIGIT_FOUR);
consignmentAddDto.setIsCreatorFlag(DigitConstants.DIGIT_THREE);
return responseUtils.success(ResponseCode.MESSAGE_CODE_30011,consignmentAddDto);
}
}
......@@ -161,7 +161,7 @@ public class ConsignmentUtil {
consignmentAddDto.setIsCreatorFlag(DigitConstants.DIGIT_ONE);
return responseUtils.success(consignmentAddDto);
}else {
consignmentAddDto.setIsCreatorFlag(DigitConstants.DIGIT_FOUR);
consignmentAddDto.setIsCreatorFlag(DigitConstants.DIGIT_THREE);
consignmentAddDto.setConsignment(null);
return responseUtils.success(ResponseCode.MESSAGE_CODE_30011,consignmentAddDto);
}
......