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

Commit 43ed45c6 authored by anjiabin's avatar anjiabin

至信链按订单切换

parent 755c4b64
...@@ -8,13 +8,12 @@ import com.liquidnet.service.galaxy.dto.bo.GalaxyNftOrderBindBo; ...@@ -8,13 +8,12 @@ import com.liquidnet.service.galaxy.dto.bo.GalaxyNftOrderBindBo;
import com.liquidnet.service.galaxy.dto.bo.GalaxySeriesNftInfoBo; import com.liquidnet.service.galaxy.dto.bo.GalaxySeriesNftInfoBo;
import com.liquidnet.service.galaxy.dto.param.GalaxyNftPublishAndBuyReqDto; import com.liquidnet.service.galaxy.dto.param.GalaxyNftPublishAndBuyReqDto;
import com.liquidnet.service.galaxy.dto.param.GalaxyNftPublishAndBuyRespDto; import com.liquidnet.service.galaxy.dto.param.GalaxyNftPublishAndBuyRespDto;
import com.liquidnet.service.galaxy.service.IGalaxyTradeService; import com.liquidnet.service.galaxy.router.zxin.biz.ZxinTradeCommonBiz;
import com.liquidnet.service.galaxy.utils.GalaxyDataUtils; import com.liquidnet.service.galaxy.utils.GalaxyDataUtils;
import lombok.extern.slf4j.Slf4j; import lombok.extern.slf4j.Slf4j;
import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Component; import org.springframework.stereotype.Component;
import javax.annotation.Resource;
import java.time.LocalDateTime; import java.time.LocalDateTime;
import java.util.List; import java.util.List;
...@@ -33,9 +32,8 @@ public class GalaxyTradeBiz { ...@@ -33,9 +32,8 @@ public class GalaxyTradeBiz {
@Autowired @Autowired
private GalaxyDataUtils dataUtils; private GalaxyDataUtils dataUtils;
@Resource(name = "galaxyTradeServiceImpl") @Autowired
private IGalaxyTradeService galaxyTradeService; private ZxinTradeCommonBiz zxinTradeCommonBiz;
/** /**
* 根据skuid和nftIndex判断是否切换nft购买订单 * 根据skuid和nftIndex判断是否切换nft购买订单
* @param skuid * @param skuid
...@@ -73,7 +71,7 @@ public class GalaxyTradeBiz { ...@@ -73,7 +71,7 @@ public class GalaxyTradeBiz {
//执行nft购买订单切换 //执行nft购买订单切换
log.info("开始执行nft购买订单切换===>>>>> reqParam:{}", JsonUtils.toJson(reqDto)); log.info("开始执行nft购买订单切换===>>>>> reqParam:{}", JsonUtils.toJson(reqDto));
ResponseDto<GalaxyNftPublishAndBuyRespDto> responseDto = galaxyTradeService.nftPublishAndBuy(reqDto); ResponseDto<GalaxyNftPublishAndBuyRespDto> responseDto = zxinTradeCommonBiz.nftPublishAndBuy(reqDto);
log.info("执行nft购买订单切换结果===>>>>> response:{}",JsonUtils.toJson(responseDto)); log.info("执行nft购买订单切换结果===>>>>> response:{}",JsonUtils.toJson(responseDto));
} }
} }
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