From be41c2f720104bb398fd1d82b6dd2ae50e9630ec Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Fri, 11 Aug 2023 17:59:26 +0800
Subject: [PATCH] 数据修改
---
src/main/resources/mapper/dapp/DappMemberDao.xml | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/main/resources/mapper/dapp/DappMemberDao.xml b/src/main/resources/mapper/dapp/DappMemberDao.xml
index 2bd78b9..f029a51 100644
--- a/src/main/resources/mapper/dapp/DappMemberDao.xml
+++ b/src/main/resources/mapper/dapp/DappMemberDao.xml
@@ -206,7 +206,7 @@
a.invite_id inviteId,
a.address address,
a.account_type accountType,
- a.active_status activeStatus,
+ a.active_status activeStatus
from dapp_member a
where a.id = #{id}
</select>
@@ -296,7 +296,7 @@
<select id="selectMallOrderItemVoByOrderId" resultType="cc.mrbird.febs.dapp.vo.MallOrderItemVo">
select a.*
from mall_order_item a
- where orderId = #{orderId}
+ where order_id = #{orderId}
</select>
<select id="selectMallGoodsListVoById" resultType="cc.mrbird.febs.dapp.vo.MallGoodsListVo">
--
Gitblit v1.9.1