xiaoyong931011
2021-03-22 0ea6cd6f2be2fc9196ef29a0c9fd8db18c69811b
src/main/resources/mapper/documentary/FollowTraderInfoDao.xml
@@ -17,4 +17,16 @@
      from follow_trader_info a, follow_follower_order_relation b
      where a.member_id=b.trade_member_id and b.order_id=#{orderId}
   </select>
   <select id="selectAllTraderInfo" resultType="com.xcong.excoin.modules.documentary.entity.FollowTraderInfoEntity">
      select *
      from follow_trader_info
      where verify_status=1
   </select>
   <select id="selectBeTraderCondition" resultType="com.xcong.excoin.modules.documentary.vo.BeTraderConditionVo">
      select *
      from common_configuration
      where state=1 and type = #{type}
   </select>
</mapper>