From ab6a423cf604b83f06b5768dbc162ece744a32d9 Mon Sep 17 00:00:00 2001
From: shane <88386378@qq.com>
Date: 星期五, 20 八月 2021 00:34:11 +0800
Subject: [PATCH] Merge branch 'master' of http://git.homecommunity.cn/supervip/MicroCommunity
---
java110-db/src/main/resources/mapper/user/StaffAppAuthServiceDaoImplMapper.xml | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/java110-db/src/main/resources/mapper/user/StaffAppAuthServiceDaoImplMapper.xml b/java110-db/src/main/resources/mapper/user/StaffAppAuthServiceDaoImplMapper.xml
old mode 100644
new mode 100755
index a115b31..34cbe88
--- a/java110-db/src/main/resources/mapper/user/StaffAppAuthServiceDaoImplMapper.xml
+++ b/java110-db/src/main/resources/mapper/user/StaffAppAuthServiceDaoImplMapper.xml
@@ -18,7 +18,8 @@
<!-- 鏌ヨ鍛樺伐寰俊璁よ瘉淇℃伅 add by wuxw 2018-07-03 -->
<select id="getStaffAppAuthInfo" parameterType="Map" resultType="Map">
select t.au_id,t.au_id auId,t.app_type,t.app_type appType,t.open_id,t.open_id openId,t.status_cd,t.status_cd
- statusCd,t.state,t.store_id,t.store_id storeId,t.open_name,t.open_name openName,t.staff_id,t.staff_id staffId
+ statusCd,t.state,t.store_id,t.store_id storeId,t.open_name,t.open_name openName,t.staff_id,t.staff_id staffId,
+ t.create_time createTime
from staff_app_auth t
where 1 =1
<if test="auId !=null and auId != ''">
--
Gitblit v1.8.0