yuhaitao14 7 years ago
parent
commit
c6766c4aa0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      shop/src/main/resource/mapper/ShopConfigMapper.xml

+ 1 - 1
shop/src/main/resource/mapper/ShopConfigMapper.xml

@@ -24,7 +24,7 @@
 	</select>
 	</select>
 	
 	
 	<select id="queryOnline" resultType="com.zskk.shop.dao.entry.ShopConfig">
 	<select id="queryOnline" resultType="com.zskk.shop.dao.entry.ShopConfig">
-		select <include refid="select"></include>
+		select id, `key`, description, value, ctime
 		from shop_config_online
 		from shop_config_online
 		where `key`=#{key}
 		where `key`=#{key}
 	</select>
 	</select>