xiaoyong931011
2020-08-07 2f288710517dc0de865fb678c2c630b63216997c
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>