Commit 2e38b0d7 authored by tangtuo's avatar tangtuo

删除无用文件

parent bb97589a
...@@ -29,6 +29,7 @@ import org.springframework.scheduling.annotation.Scheduled; ...@@ -29,6 +29,7 @@ import org.springframework.scheduling.annotation.Scheduled;
import org.springframework.stereotype.Component; import org.springframework.stereotype.Component;
import javax.annotation.Resource; import javax.annotation.Resource;
import java.util.Date;
import java.util.List; import java.util.List;
import java.util.Map; import java.util.Map;
import java.util.TreeMap; import java.util.TreeMap;
...@@ -64,7 +65,6 @@ public class CopyrightTask { ...@@ -64,7 +65,6 @@ public class CopyrightTask {
@Resource @Resource
private RabbitTemplate rabbitTemplate; private RabbitTemplate rabbitTemplate;
private Integer audit_status;
/** /**
* 定时任务更新版权申请状态 * 定时任务更新版权申请状态
...@@ -119,7 +119,7 @@ public class CopyrightTask { ...@@ -119,7 +119,7 @@ public class CopyrightTask {
if (registerState.equals(CopyrightApplyState.SUCCEEDED.getCode())) { if (registerState.equals(CopyrightApplyState.SUCCEEDED.getCode())) {
// 审核成功 // 审核成功
String nftHash = copyrightApply.getNftHash(); String nftHash = copyrightApply.getNftHash();
copyrightApply.setEvidenceDate(DateUtil.parse(copyrightResponse.getApply_time(), "yyyy-MM-dd")); copyrightApply.setEvidenceDate(new Date());
copyrightApply.setRegisterCode(copyrightResponse.getCertificate().getRegister_code()); copyrightApply.setRegisterCode(copyrightResponse.getCertificate().getRegister_code());
copyrightApply.setRegisterState(CopyrightApplyState.SUCCEEDED.getCode()); copyrightApply.setRegisterState(CopyrightApplyState.SUCCEEDED.getCode());
Nft nft = nftService.getByNftHash(nftHash); Nft nft = nftService.getByNftHash(nftHash);
......
This diff is collapsed.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This diff is collapsed.
This source diff could not be displayed because it is too large. You can view the blob instead.
This diff is collapsed.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
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