...
|
...
|
@@ -46,12 +46,12 @@ |
|
|
|
|
|
<select id="selectByYohoSortId" resultMap="sizeMap">
|
|
|
select <include refid="queryColumns"/>
|
|
|
from search_sort_relation where yoho_sort_id = #{yohoSortId}
|
|
|
from search_sort_relation where yoho_sort_id = #{yohoSortId} limit 0,1
|
|
|
</select>
|
|
|
|
|
|
<select id="selectByYohoSmallSortId" resultMap="sizeMap">
|
|
|
select <include refid="queryColumns"/>
|
|
|
from search_sort_relation where yoho_small_sort_id = #{yohoSmallSortId}
|
|
|
from search_sort_relation where yoho_small_sort_id = #{yohoSmallSortId} limit 0,1
|
|
|
</select>
|
|
|
|
|
|
|
...
|
...
|
|