src/main/resources/mapper/documentary/FollowFollowerProfitDao.xml | ●●●●● patch | view | raw | blame | history |
src/main/resources/mapper/documentary/FollowFollowerProfitDao.xml
@@ -86,7 +86,8 @@ <update id="updateFollowerProfitByTradeMemberId"> update follow_follower_profit set total_principal=#{principal}, total_profit=#{profit} set total_principal=total_principal+#{principal}, total_profit=total_profit+#{profit} where trade_member_id=#{tradeMemberId} and member_id=#{memberId} </update> </mapper>