xiaoyong931011
2021-03-04 c4d28ba6e429f8d031b60e0a7f627a07e3ca74b8
src/main/resources/mapper/documentary/FollowTraderInfoDao.xml
@@ -23,4 +23,10 @@
      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>