超标接口调整

This commit is contained in:
dengwc 2024-03-18 14:01:42 +08:00
parent 11dcb59f2d
commit db89dac6c1
1 changed files with 3 additions and 0 deletions

View File

@ -119,6 +119,9 @@ public class LYCallBackDataHandler {
.outStatus(outStatus)
.eventType(ORDER_EVENT_ETA)
.sendToQueue();
} else if (isRuleViolate.equals(L_Y_IS_RULE_VIOLATE)) {
//已经推送过的超标
return new LYNoteResponse("100", "OK");
} else {
Command.of(OrderStatusChangeCommand.class)
.orderDetail(orderDetail)