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

Commit 0b831df9 authored by anjiabin's avatar anjiabin

修改nft订单查询

parent ebc67c35
...@@ -183,7 +183,7 @@ public class ZxinTradeCommonBiz { ...@@ -183,7 +183,7 @@ public class ZxinTradeCommonBiz {
nft034ReqDto.setSellStatus(Integer.parseInt(ZxlnftEnum.SellStatusEnum.CAN_SELL.getCode())); nft034ReqDto.setSellStatus(Integer.parseInt(ZxlnftEnum.SellStatusEnum.CAN_SELL.getCode()));
nft034ReqDto.setSellCount(sellCount); nft034ReqDto.setSellCount(sellCount);
nft034ReqDto.setOperateId(IDGenerator.get32UUID()); nft034ReqDto.setOperateId(IDGenerator.get32UUID());
nft034ReqDto.setMetaData(""); nft034ReqDto.setMetaData(seriesNftInfoBo.getNftHash());
ZxlnftResponseDto<Nft034PublishRespDto> nft034RespDto = zxlnftSdkUtil.nft034Publish(nft034ReqDto); ZxlnftResponseDto<Nft034PublishRespDto> nft034RespDto = zxlnftSdkUtil.nft034Publish(nft034ReqDto);
......
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