|
@@ -227,7 +227,7 @@ public class StatusUpdateServiceImpl implements StatusUpdateService {
|
|
|
doorNum = AutoDoorClient.AUTO_DOOR_NO.C;
|
|
|
}
|
|
|
// Boolean isClose = autoDoorClient.sendClose(doorNum);
|
|
|
- Boolean isClose = autoDoorClient.sendClose(doorNum);
|
|
|
+ Boolean isClose = true;
|
|
|
if (isClose) {
|
|
|
ThreadUtil.sleep(5000);
|
|
|
log.info("关门信号发送成功!门号:" + doorNo);
|