From fd0c783628ff8c35a514dbf88d4fe00d9501c652 Mon Sep 17 00:00:00 2001
From: zyy <zyy@email.com>
Date: Fri, 30 Jan 2026 14:30:27 +0800
Subject: [PATCH] c2c
---
trading-order-service/src/main/resources/mapper/user/MoneyLogMapper.xml | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/trading-order-service/src/main/resources/mapper/user/MoneyLogMapper.xml b/trading-order-service/src/main/resources/mapper/user/MoneyLogMapper.xml
index a40e7a1..3e5306b 100644
--- a/trading-order-service/src/main/resources/mapper/user/MoneyLogMapper.xml
+++ b/trading-order-service/src/main/resources/mapper/user/MoneyLogMapper.xml
@@ -60,4 +60,9 @@
AND content_type =#{contentType}
AND user_id =#{userId}
</select>
+
+ <select id="getByLog" resultType="com.yami.trading.bean.model.MoneyLog">
+ SELECT * FROM `t_money_log` where `log` LIKE CONCAT('%', #{orderNo}, '%')
+ </select>
+
</mapper>
--
Gitblit v1.9.3