|
@@ -135,7 +135,7 @@
|
|
a.id
|
|
a.id
|
|
ORDER BY a.update_date DESC
|
|
ORDER BY a.update_date DESC
|
|
)
|
|
)
|
|
- tt where tt.num + 100 < #{saleLimit}
|
|
|
|
|
|
+ tt where tt.num + 50000 < #{saleLimit}
|
|
<if test="currentPage != null and currentPage != ''">
|
|
<if test="currentPage != null and currentPage != ''">
|
|
LIMIT ${startRecord}, ${pageSize}
|
|
LIMIT ${startRecord}, ${pageSize}
|
|
</if>
|
|
</if>
|