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

Commit 2663736c authored by 胡佳晨's avatar 胡佳晨

压测提交

parent c4cf8435
......@@ -94,6 +94,7 @@ public abstract class AbstractOrderCloseReceiver implements StreamListener<Strin
public boolean checkOrderTime(String valueData, String type) {
LocalDateTime now = LocalDateTime.now();
try {
if (type.equals("GOBLIN")) {
String[] orderIds = getMasterCode(valueData);
for (String orderId : orderIds) {
......@@ -133,6 +134,9 @@ public abstract class AbstractOrderCloseReceiver implements StreamListener<Strin
}
}
}
}catch (Exception e){
log.error("库存回滚异常valueData={}",valueData, e);
}
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