From f7774ad4dda63a8abb46aaa6a913ab204ae5fff1 Mon Sep 17 00:00:00 2001
From: Administrator <15274802129@163.com>
Date: Tue, 27 Jan 2026 20:48:32 +0800
Subject: [PATCH] feat(quartz): 为K线数据更新任务添加初始延迟配置

---
 src/main/java/com/xcong/excoin/modules/newPrice/utils/ParameterChecker.java |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/main/java/com/xcong/excoin/modules/newPrice/utils/ParameterChecker.java b/src/main/java/com/xcong/excoin/modules/newPrice/utils/ParameterChecker.java
index ede6fdd..9cd7724 100644
--- a/src/main/java/com/xcong/excoin/modules/newPrice/utils/ParameterChecker.java
+++ b/src/main/java/com/xcong/excoin/modules/newPrice/utils/ParameterChecker.java
@@ -1,6 +1,6 @@
 package com.xcong.excoin.modules.newPrice.utils;
 
-import cc.mrbird.febs.common.exception.FebsException;
+import com.xcong.excoin.common.exception.FebsException;
 
 import java.util.LinkedHashMap;
 

--
Gitblit v1.9.1