From ed57e750b5e2cf14fe5d447ff318228f8df77d23 Mon Sep 17 00:00:00 2001 From: Administrator <15274802129@163.com> Date: Fri, 05 Jun 2026 16:48:51 +0800 Subject: [PATCH] refactor(okx): 移除算法单频道处理器并优化网格交易重置逻辑 --- src/main/resources/application-okx.yml | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/main/resources/application-okx.yml b/src/main/resources/application-okx.yml index 12437ac..9191516 100644 --- a/src/main/resources/application-okx.yml +++ b/src/main/resources/application-okx.yml @@ -1,2 +1,4 @@ -mybatis-plus: - mapper-locations: classpath*:mapper/blackchain/*.xml, classpath*:mapper/ding/*.xml, classpath*:mapper/price/*.xml, classpath*:mapper/combom/*.xml, classpath*:mapper/record/*.xml, classpath*:mapper/uinfo/*.xml, classpath*:mapper/push/*.xml, classpath*:mapper/coin/*.xml, classpath*:mapper/user/*.xml, classpath*:mapper/demo/*.xml +# OKX 网格策略专用配置 +logging: + level: + com.xcong.excoin.modules.okxNewPrice: INFO -- Gitblit v1.9.1