From 61d5fd4ace2f9b6455dcf13df54a7ba7fa2baf36 Mon Sep 17 00:00:00 2001 From: xiaoyong931011 <15274802129@163.com> Date: Thu, 27 May 2021 16:25:32 +0800 Subject: [PATCH] Merge branch 'otc' of http://120.27.238.55:7000/r/exchange into otc --- src/main/resources/mapper/otc/OtcMarketBussinessMapper.xml | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/src/main/resources/mapper/otc/OtcMarketBussinessMapper.xml b/src/main/resources/mapper/otc/OtcMarketBussinessMapper.xml index 9b06956..b9d4ecb 100644 --- a/src/main/resources/mapper/otc/OtcMarketBussinessMapper.xml +++ b/src/main/resources/mapper/otc/OtcMarketBussinessMapper.xml @@ -1,5 +1,9 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd"> -<mapper namespace="com.xcong.excoin.modules.otc.dao.OtcMarketBussinessMapper"> +<mapper namespace="com.xcong.excoin.modules.otc.dao.OtcMarketBussinessDao"> + + <select id="selectMarketBussinessByMemberId" resultType="com.xcong.excoin.modules.otc.entity.OtcMarketBussiness"> + select * from otc_market_bussiness where member_id=#{memberId} + </select> </mapper> \ No newline at end of file -- Gitblit v1.9.1