|
@@ -54,7 +54,7 @@ public class ParkRoomReservationTask {
|
|
* 每半小时执行一次
|
|
* 每半小时执行一次
|
|
* 获取门锁日志
|
|
* 获取门锁日志
|
|
*/
|
|
*/
|
|
-// @Scheduled(cron = "0 */30 * * * *")
|
|
|
|
|
|
+ @Scheduled(cron = "0 */30 * * * *")
|
|
public void syncRoomLog() {
|
|
public void syncRoomLog() {
|
|
try {
|
|
try {
|
|
parkRoomDoorLogService.syncRoomLog();
|
|
parkRoomDoorLogService.syncRoomLog();
|