新版仿ok交易所-后端
peter
2025-12-27 c0f1891485b4061ebcdf26922224897995220995
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>