From c0f1891485b4061ebcdf26922224897995220995 Mon Sep 17 00:00:00 2001
From: peter <14100000001@qq.com>
Date: Sat, 27 Dec 2025 16:45:41 +0800
Subject: [PATCH] 修改日期

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