From 5fb65cfa26f05b23e3ee2491f629b8afa2cfa9f5 Mon Sep 17 00:00:00 2001
From: Administrator <15274802129@163.com>
Date: Fri, 12 Dec 2025 13:34:52 +0800
Subject: [PATCH] fix(okxNewPrice): 更新订单状态处理逻辑

---
 src/main/java/com/xcong/excoin/modules/coin/mapper/OrderWalletCoinMapper.java |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/main/java/com/xcong/excoin/modules/coin/mapper/OrderWalletCoinMapper.java b/src/main/java/com/xcong/excoin/modules/coin/mapper/OrderWalletCoinMapper.java
index c4a006e..742896f 100644
--- a/src/main/java/com/xcong/excoin/modules/coin/mapper/OrderWalletCoinMapper.java
+++ b/src/main/java/com/xcong/excoin/modules/coin/mapper/OrderWalletCoinMapper.java
@@ -1,10 +1,12 @@
 package com.xcong.excoin.modules.coin.mapper;
 
+import org.mapstruct.Mapper;
 import org.mapstruct.factory.Mappers;
 
 import com.xcong.excoin.modules.coin.entity.OrderCoinsEntity;
 import com.xcong.excoin.modules.coin.parameter.vo.OrderWalletCoinVo;
 
+@Mapper
 public abstract class OrderWalletCoinMapper {
 
     public static final OrderWalletCoinMapper INSTANCE = Mappers.getMapper(OrderWalletCoinMapper.class);

--
Gitblit v1.9.1