Commit 50f9d343 by zhiwj

bug

parent cba5fa7b
......@@ -182,12 +182,6 @@
<if test="tagType != null ">
and tag_type = #{tagType}
</if>
<if test="null != ids and ids.size &gt; 0">
and store_id in
<foreach close=")" collection="ids" index="index" item="item" open="(" separator=",">
#{item}
</foreach>
</if>
</select>
</mapper>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment