From d7d9b601b2e4fdb663375993e2cfbdbd363df421 Mon Sep 17 00:00:00 2001
From: Your Name <you@example.com>
Date: 星期二, 11 七月 2023 22:17:37 +0800
Subject: [PATCH] Merge branch 'master' of http://git.homecommunity.cn/supervip/MicroCommunity

---
 java110-db/src/main/resources/mapper/common/ItemReleaseTypeV1ServiceDaoImplMapper.xml |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/java110-db/src/main/resources/mapper/common/ItemReleaseTypeV1ServiceDaoImplMapper.xml b/java110-db/src/main/resources/mapper/common/ItemReleaseTypeV1ServiceDaoImplMapper.xml
index 44db7bd..c79d404 100644
--- a/java110-db/src/main/resources/mapper/common/ItemReleaseTypeV1ServiceDaoImplMapper.xml
+++ b/java110-db/src/main/resources/mapper/common/ItemReleaseTypeV1ServiceDaoImplMapper.xml
@@ -16,7 +16,8 @@
     <!-- 鏌ヨ鏀捐绫诲瀷淇℃伅 add by wuxw 2018-07-03 -->
     <select id="getItemReleaseTypeInfo" parameterType="Map" resultType="Map">
         select t.type_name,t.type_name typeName,t.type_id,t.type_id typeId,t.remark,t.status_cd,t.status_cd
-        statusCd,t.community_id,t.community_id communityId,t.flow_id,t.flow_id flowId,t.flow_name,t.flow_name flowName
+        statusCd,t.community_id,t.community_id communityId,t.flow_id,t.flow_id flowId,t.flow_name,t.flow_name flowName,
+        t.create_time createTime
         from item_release_type t
         where 1 =1
         <if test="typeName !=null and typeName != ''">

--
Gitblit v1.8.0