Authored by Lixiaodi

修改mapper xml错误

@@ -91,7 +91,7 @@ @@ -91,7 +91,7 @@
91 select <include refid="queryColumns"/> 91 select <include refid="queryColumns"/>
92 from product_sort 92 from product_sort
93 </select> 93 </select>
94 - <select id=selectSortByIdList resultMap="productSortMap"> 94 + <select id="selectSortByIdList" resultMap="productSortMap">
95 select id,sort_name 95 select id,sort_name
96 from product_sort where id in 96 from product_sort where id in
97 <foreach item="item" index="index" collection="list" open="(" separator="," close=")"> 97 <foreach item="item" index="index" collection="list" open="(" separator="," close=")">
@@ -84,7 +84,7 @@ @@ -84,7 +84,7 @@
84 select <include refid="queryColumns"/> 84 select <include refid="queryColumns"/>
85 from size where sort_id = #{sortId} 85 from size where sort_id = #{sortId}
86 </select> 86 </select>
87 - <select id="selectAllSizeBySortId" resultMap="sizeMap"> 87 + <select id="selectByIdList" resultMap="sizeMap">
88 select id,size_name 88 select id,size_name
89 from size where sort_id in 89 from size where sort_id in
90 <foreach item="item" index="index" collection="list" open="(" separator="," close=")"> 90 <foreach item="item" index="index" collection="list" open="(" separator="," close=")">