From d622f4d59d6b9e03271b3f4774bffedb3b8a3078 Mon Sep 17 00:00:00 2001
From: 935090232@qq.com <ak473600000>
Date: Tue, 26 Jan 2021 23:56:14 +0800
Subject: [PATCH] Merge branch 'api' into hive2.0

---
 zq-erp/src/main/resources/mybatis/mapper/xcxShop/ShopWxtemplateMsgDao.xml |   15 +++++++++++++--
 1 files changed, 13 insertions(+), 2 deletions(-)

diff --git a/zq-erp/src/main/resources/mybatis/mapper/xcxShop/ShopWxtemplateMsgDao.xml b/zq-erp/src/main/resources/mybatis/mapper/xcxShop/ShopWxtemplateMsgDao.xml
index e1aae99..d426cec 100644
--- a/zq-erp/src/main/resources/mybatis/mapper/xcxShop/ShopWxtemplateMsgDao.xml
+++ b/zq-erp/src/main/resources/mybatis/mapper/xcxShop/ShopWxtemplateMsgDao.xml
@@ -220,8 +220,19 @@
 	
 	<!-- 分页查询 -->
 	<select id="selectInPage" resultMap="ShopWxtemplateMsgMap">
-		select 
-		<include refid="columns" ></include>
+		select
+		create_by,
+		create_time,
+		update_by,
+		update_time,
+		id,
+		name,
+		uuid,
+		status,
+		remark,
+		company_id,
+		code,
+		temp_type
 		from shop_wxtemplate_msg
 		<where>
 		  <include refid="where_sql"></include>

--
Gitblit v1.9.1