From 782bebb2e734e1782e875fc2f45cbef71cb07712 Mon Sep 17 00:00:00 2001
From: Administrator <15274802129@163.com>
Date: Fri, 05 Jun 2026 11:56:13 +0800
Subject: [PATCH] fix(okxNewPrice): 解决网格交易价格精度计算问题

---
 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