@ -27,7 +27,7 @@ public class CacheTask {
public static List<Zsb> zsb_Cache = null;
public static ConcurrentHashMap<Integer, WarnRule> rule_Cache = new ConcurrentHashMap<>();
@Scheduled(cron = "0 9 * * * ?")
@Scheduled(cron = "0 0 9 * * ?")
private void clearCache() {
unit_Cache.clear();
modevType_Cache = null;