0s orders not to send
This commit is contained in:
parent
0fd52c90e2
commit
4f45aa8e58
@ -70,7 +70,9 @@ public class OrderDataLogic implements ServiceLogic {
|
||||
REDIS.setCacheMap(orderkey, cacheOrder);
|
||||
}
|
||||
}
|
||||
final R r = pileOrderService.pileEndOrder(orderNo);
|
||||
|
||||
R r = null;
|
||||
if (!orderNo.equals("00000000000000000000000000000000")) r = pileOrderService.pileEndOrder(orderNo);
|
||||
if (orderNo.equals("00000000000000000000000000000000") || (r != null && r.getMsg() != null && r.getMsg().contains(
|
||||
"无效订单"))) {
|
||||
log.error(">>INVALID order [{}] detected. MUST check the system or [{}].<<", orderNo, gunkey);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user