Authored by wangnan

增量使用缓存获取brand sort shop 等信息 fix

... ... @@ -300,10 +300,10 @@
#{item}
</foreach>
</select>
<resultMap id="selectIdByProductIds" type="Integer">
<resultMap id="selectIdByProductIdsMap" type="Integer">
<result column="id" property="Id" jdbcType="INTEGER"/>
</resultMap>
<select id="selectIdByProductIds" resultMap="getIdByProductIds" timeout="20000">
<select id="selectIdByProductIds" resultMap="selectIdByProductIdsMap" timeout="20000">
select id
from goods
WHERE product_id in
... ...