Showing
1 changed file
with
2 additions
and
2 deletions
@@ -84,12 +84,12 @@ | @@ -84,12 +84,12 @@ | ||
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="selectAllSizeBySortId" 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=")"> |
91 | #{item} | 91 | #{item} |
92 | </foreach> | 92 | </foreach> |
93 | - </select> | 93 | + </select>--> |
94 | 94 | ||
95 | </mapper> | 95 | </mapper> |
-
Please register or login to post a comment