Commit 6c97ece9 authored by 33's avatar 33

优化代码,修复隐藏BUG

parent 84360ed7
......@@ -44,6 +44,7 @@ import org.springframework.dao.DuplicateKeyException;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;
import javax.annotation.Resource;
import java.time.Instant;
import java.util.*;
import java.util.concurrent.ExecutionException;
......@@ -67,10 +68,12 @@ public class NftServiceImpl extends ServiceImpl<NftMapper, Nft> implements NftSe
private final SmsUtil smsUtil;
private final SmsProperties smsProperties;
private final RabbitTemplate rabbitTemplate;
private final CopyrightApplyService copyrightApplyService;
private final ObsUtil obsUtil;
private final NotifyPublisher notifyPublisher;
@Resource
private CopyrightApplyService copyrightApplyService;
@Value("${chain.para.cAddr}")
private String contractAddr;
......
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