手写分页

release
yishiqihuasheng 2 years ago
parent 8878e17856
commit 324d7e68ae
  1. 2
      dxhy-base/src/main/resources/mapper/BaseSggxcxMapper.xml

@ -1411,7 +1411,7 @@
</if> </if>
ORDER BY tax_amount ORDER BY tax_amount
<if test="isChooseAll != null and isChooseAll != '' and isChooseAll == 'Y'.toString()"> <if test="isChooseAll != null and isChooseAll != '' and isChooseAll == 'N'.toString()">
limit #{curr},#{size} limit #{curr},#{size}
</if> </if>

Loading…
Cancel
Save