ariesy 修改分页参数 v2

release
yefei 2 years ago
parent 7c5a3e93d9
commit f8a3fdfe44
  1. 12
      dxhy-base/src/main/resources/mapper/BaseSggxcxMapper.xml

@ -226,22 +226,22 @@
<if test="taxRate=='多税率'">
and t.tax_rate like '%,%'
</if>
<if test="sortPzbh == '1'">
<if test="sortPzbh == 1">
order by t.sn_voucher_number desc
</if>
<if test="sortPzbh == '2'">
<if test="sortPzbh == 2">
order by t.sn_voucher_number
</if>
<if test="sortBzdh == '1'">
<if test="sortBzdh == 1">
order by t.bzdh desc
</if>
<if test="sortBzdh == '2'">
<if test="sortBzdh == 2">
order by t.bzdh
</if>
<if test="sortKprq == '1'">
<if test="sortKprq == 1">
order by t.invoice_date desc
</if>
<if test="sortKprq == '2'">
<if test="sortKprq == 2">
order by t.invoice_date
</if>
<!--limit #{curr},#{size}-->

Loading…
Cancel
Save