From 1ed2c50c3ccc1c32316082f948f5c7074572af9f Mon Sep 17 00:00:00 2001 From: xiaoyong931011 <15274802129@163.com> Date: Tue, 26 Jan 2021 11:45:18 +0800 Subject: [PATCH] 20210126 --- src/main/java/com/xcong/excoin/modules/documentary/entity/FollowTraderLabelEntity.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/main/java/com/xcong/excoin/modules/documentary/entity/FollowTraderLabelEntity.java b/src/main/java/com/xcong/excoin/modules/documentary/entity/FollowTraderLabelEntity.java index 57a7e9a..d492bc5 100644 --- a/src/main/java/com/xcong/excoin/modules/documentary/entity/FollowTraderLabelEntity.java +++ b/src/main/java/com/xcong/excoin/modules/documentary/entity/FollowTraderLabelEntity.java @@ -8,7 +8,7 @@ @EqualsAndHashCode(callSuper = true) @Data -@TableName("follow_follower_profit") +@TableName("follow_trader_label") public class FollowTraderLabelEntity extends BaseEntity{ /** -- Gitblit v1.9.1