|
|
|
@@ -438,7 +438,6 @@ public class WxProfitSharingOrderServiceImpl implements WxProfitSharingOrderServ |
|
|
|
record.setId(idworker.nextId()); |
|
|
|
record.setTenantId(sharingOrderDto.getTenantId()); |
|
|
|
record.setTransactionId(sharingOrderDto.getTransactionId()); |
|
|
|
record.setOrderId(sharingOrderDto.getOrderId()); |
|
|
|
record.setPayAmount(sharingOrderDto.getPayAmount()); |
|
|
|
record.setMerchantId(sharingOrderDto.getMerchantId()); |
|
|
|
record.setSharingStatus(EnumProfitSharingOrderStatus.PROFIT_SHARING_UNKNOWN.getCode()); |
|
|
|
|