From 1a5c7cee38f3db0f3ce3bdb9ffe9bc440fbfa3cb Mon Sep 17 00:00:00 2001
From: Helius <wangdoubleone@gmail.com>
Date: Tue, 26 Jan 2021 18:00:26 +0800
Subject: [PATCH] modify

---
 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