|
@@ -271,6 +271,7 @@ public class SocketBufferServiceImpl implements SocketBufferService {
|
|
|
executorService.execute(() -> {
|
|
|
statusUpdateService.openBeltGate(event);
|
|
|
});
|
|
|
+ break;
|
|
|
case 127: //601 中间卷帘门(皮带闸)请求关闭 只请求一次
|
|
|
log.info("the close request of belt gate is begining, the event info is: {}", JSONUtil.toJsonStr(event));
|
|
|
executorService.execute(() -> {
|