...
|
...
|
@@ -84,7 +84,7 @@ |
|
|
select <include refid="queryColumns"/>
|
|
|
from size where sort_id = #{sortId}
|
|
|
</select>
|
|
|
<select id="selectAllSizeBySortId" resultMap="sizeMap">
|
|
|
<select id="selectByIdList" resultMap="sizeMap">
|
|
|
select id,size_name
|
|
|
from size where sort_id in
|
|
|
<foreach item="item" index="index" collection="list" open="(" separator="," close=")">
|
...
|
...
|
|