From 72ed5fde5a383e9cb08b5f09384454d5a700991b Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Thu, 17 Mar 2022 09:50:36 +0800
Subject: [PATCH] 20222223
---
src/main/resources/mapper/walletCoinOrder/ZhiYaRecordDao.xml | 2 +-
src/main/java/com/xcong/excoin/modules/coin/entity/ZhiYaTeam.java | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/main/java/com/xcong/excoin/modules/coin/entity/ZhiYaTeam.java b/src/main/java/com/xcong/excoin/modules/coin/entity/ZhiYaTeam.java
index 2c4dc23..8880a13 100644
--- a/src/main/java/com/xcong/excoin/modules/coin/entity/ZhiYaTeam.java
+++ b/src/main/java/com/xcong/excoin/modules/coin/entity/ZhiYaTeam.java
@@ -7,7 +7,7 @@
import java.math.BigDecimal;
@Data
-@TableName("zhiya_Team")
+@TableName("zhiya_team")
public class ZhiYaTeam extends BaseEntity {
/**
*
diff --git a/src/main/resources/mapper/walletCoinOrder/ZhiYaRecordDao.xml b/src/main/resources/mapper/walletCoinOrder/ZhiYaRecordDao.xml
index 7c7fde4..8fd57d4 100644
--- a/src/main/resources/mapper/walletCoinOrder/ZhiYaRecordDao.xml
+++ b/src/main/resources/mapper/walletCoinOrder/ZhiYaRecordDao.xml
@@ -56,7 +56,7 @@
</select>
<select id="selectZhiyaTeamRecordByMemberId" resultType="com.xcong.excoin.modules.coin.entity.ZhiYaTeam">
- SELECT a.* FROM zhiya_Team a where a.member_id= #{memberId}
+ SELECT a.* FROM zhiya_team a where a.member_id= #{memberId}
</select>
--
Gitblit v1.9.1