Authored by kun

修改mapper报错

... ... @@ -84,12 +84,12 @@
select <include refid="queryColumns"/>
from size where sort_id = #{sortId}
</select>
<select id="selectAllSizeBySortId" resultMap="sizeMap">
<!--<select id="selectAllSizeBySortId" resultMap="sizeMap">
select id,size_name
from size where sort_id in
<foreach item="item" index="index" collection="list" open="(" separator="," close=")">
#{item}
</foreach>
</select>
</select>-->
</mapper>
\ No newline at end of file
... ...