兴安优化定时任务出门证失效

This commit is contained in:
zc
2025-08-08 16:18:33 +08:00
parent 8194ff92d1
commit 8ef43cccf0
9 changed files with 82 additions and 8 deletions

View File

@@ -186,5 +186,13 @@ public class RyTask
}
/**
* 定时任务校验出门证时效性
*/
public void expireVisCarryStuff() {
remoteStudentService.expireVisCarryStuff();
}
}