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

Commit cf09dabb authored by jiangxiulong's avatar jiangxiulong

NFT订单关闭

parent 8a5c8684
...@@ -85,7 +85,7 @@ public abstract class AbstractOrderCloseReceiver implements StreamListener<Strin ...@@ -85,7 +85,7 @@ public abstract class AbstractOrderCloseReceiver implements StreamListener<Strin
if (type.equals("NFT")) { if (type.equals("NFT")) {
return checkNftOrderTime(orderCode); return checkNftOrderTime(orderCode);
} else { } else {
return true; return false;
} }
} else { } else {
try { try {
...@@ -188,6 +188,7 @@ public abstract class AbstractOrderCloseReceiver implements StreamListener<Strin ...@@ -188,6 +188,7 @@ public abstract class AbstractOrderCloseReceiver implements StreamListener<Strin
} }
} catch (Exception e) { } catch (Exception e) {
log.error("checkNftOrderTime异常 [valueData:{}, e:{}]", orderId, e); log.error("checkNftOrderTime异常 [valueData:{}, e:{}]", orderId, e);
return false;
} }
return true; return true;
} }
......
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