|
@@ -271,6 +271,7 @@ public class SocketBufferServiceImpl implements SocketBufferService {
|
|
|
executorService.execute(() -> {
|
|
|
statusUpdateService.openBeltGate(event);
|
|
|
});
|
|
|
+ break;
|
|
|
case 127:
|
|
|
log.info("the close request of belt gate is begining, the event info is: {}", JSONUtil.toJsonStr(event));
|
|
|
executorService.execute(() -> {
|