yuhaitao14 %!s(int64=7) %!d(string=hai) anos
pai
achega
c6766c4aa0
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 id="queryOnline" resultType="com.zskk.shop.dao.entry.ShopConfig">
-		select <include refid="select"></include>
+		select id, `key`, description, value, ctime
 		from shop_config_online
 		where `key`=#{key}
 	</select>