Merge branch 'activity' of http://120.27.238.55:7000/r/exchange into activity
| | |
| | | @Resource |
| | | private FollowTraderProfitInfoDao followTraderProfitInfoDao; |
| | | |
| | | |
| | | //@Scheduled(cron = "0 0/30 * * * ? ") |
| | | @Scheduled(cron = "0/5 * * * * ?") |
| | | public void traderProfitUpdate() { |
| | |
| | | <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">
|