Helius
2021-04-14 f3948fa31158c7b7dea3b038e01c43ce54c55a1c
src/main/resources/mapper/documentary/FollowTraderInfoDao.xml
@@ -15,7 +15,7 @@
   <select id="selectTraderInfoByOrderId" resultType="com.xcong.excoin.modules.documentary.entity.FollowTraderInfoEntity">
      select a.*
      from follow_trader_info a, follow_follower_order_relation b
      where a.member_id=b.trade_member_id and b.order_id=#{orderId}
      where a.member_id=b.trade_member_id and b.order_id=#{orderId} and b.order_type=1
   </select>
   <select id="selectAllTraderInfo" resultType="com.xcong.excoin.modules.documentary.entity.FollowTraderInfoEntity">