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

Commit 0573faeb authored by anjiabin's avatar anjiabin

修改百度链购买入库逻辑

parent f38f88bc
...@@ -573,7 +573,7 @@ public class XuperTradeCommonBiz { ...@@ -573,7 +573,7 @@ public class XuperTradeCommonBiz {
GalaxyNftPublishResultQueryRespDto nftPublishResultQueryRespDto = GalaxyNftPublishResultQueryRespDto.getNew(); GalaxyNftPublishResultQueryRespDto nftPublishResultQueryRespDto = GalaxyNftPublishResultQueryRespDto.getNew();
nftPublishResultQueryRespDto.setNftIdBegin(nftOrderBo.getNftId()); nftPublishResultQueryRespDto.setNftIdBegin(nftOrderBo.getNftId());
nftPublishResultQueryRespDto.setTaskMsg(nftOrderBo.getNftId()); nftPublishResultQueryRespDto.setTaskMsg(nftOrderBo.getNftId());
nftPublishResultQueryRespDto.setTxHash(nftOrderBo.getNftPublishTradeHash()); nftPublishResultQueryRespDto.setTxHash(assetMeta.getTxId());
nftPublishResultQueryRespDto.setChainTimestamp(nftPublishChainTimestampStr); nftPublishResultQueryRespDto.setChainTimestamp(nftPublishChainTimestampStr);
nftPublishResultQueryRespDto.setTaskStatus(Integer.valueOf(nftPublishStatusStr)); nftPublishResultQueryRespDto.setTaskStatus(Integer.valueOf(nftPublishStatusStr));
......
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