新版仿ok交易所-后端
1
zj
2026-02-03 c7c4c4eec809cfd5e399edab50fae9bf68681585
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>