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

Commit 8a5c8684 authored by jiangxiulong's avatar jiangxiulong

NFT订单关闭

parent d170bd48
...@@ -84,6 +84,8 @@ public abstract class AbstractOrderCloseReceiver implements StreamListener<Strin ...@@ -84,6 +84,8 @@ public abstract class AbstractOrderCloseReceiver implements StreamListener<Strin
} }
if (type.equals("NFT")) { if (type.equals("NFT")) {
return checkNftOrderTime(orderCode); return checkNftOrderTime(orderCode);
} else {
return true;
} }
} else { } else {
try { try {
......
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