|
|
|
@ -94,7 +94,7 @@ public class UserSubmitMarriageBountyOrderDto implements Trans2DomainAssembler<O |
|
|
|
list.add(meetingFeeProduct); |
|
|
|
} |
|
|
|
//结果礼金 |
|
|
|
if (Objects.nonNull(resultGift) && !MarriageBountyOrderType.MEETING.equals(type)) { |
|
|
|
if (Objects.nonNull(resultGift)) { |
|
|
|
Product resultGiftProduct = new Product(); |
|
|
|
resultGiftProduct.setMiId(miId); |
|
|
|
resultGiftProduct.setManageEnable(false); |
|
|
|
|