记得上下班打卡 | git大法好,push需谨慎

Commit 8ade3a32 authored by jiangxiulong's avatar jiangxiulong

Merge remote-tracking branch 'origin/dev_nft_411' into dev_nft_411

parents a2ea2ebd b9e05e70
......@@ -131,6 +131,7 @@ public class GalaxyBeanTransferBiz {
nftTradeVo.setTradePrice(nftOrderBo.getNftPrice());
nftTradeVo.setTradeType(tradeTypeEnum.getCode());
}
nftTradeVo.setRouterType(nftOrderBo.getRouterType());
nftTradeVo.setCreatedAt(DateUtil.getNowTime());
return nftTradeVo;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment